Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css change text spacing

/* Keyword value */
letter-spacing: normal;

/* <length> values */
letter-spacing: 0.3em;
letter-spacing: 3px;
letter-spacing: .3px;

/* Global values */
letter-spacing: inherit;
letter-spacing: initial;
letter-spacing: revert;
letter-spacing: revert-layer;
letter-spacing: unset;
Comment

adjust text spacing css

 pre {
    line-height: 20px;
 }
Comment

PREVIOUS NEXT
Code Example
Css :: ul li seprator 
Css :: Find element that is causing overflow css 
Css :: text-color gradient css 
Css :: sass each index 
Css :: css hiddden 
Css :: tailwind css npm 
Css :: css first of type 
Css :: Modify blink class in CSS 
Css :: text area resize css 
Css :: div centre 
Css :: css animation slide from bottom to top 
Css :: position sticky css 
Css :: vscode set terminal letter spacing 
Css :: css width: 50% 
Css :: inter 
Css :: html watermark background 
Css :: center div scss 
Css :: how to add 2 text shadows 
Css :: css padding 
Css :: css first element 
Css :: html how to use a background image fill not stretch 
Css :: bootstrap Aligning images 
Css :: reset browser font-size defaults in css 
Css :: how to highlight input on focus with box shadow 
Css :: how to horizontal center a div in css 
Css :: row reverse grid 
Css :: css filter color 
Css :: repeating-linear-gradient 
Css :: first child css in material ui 
Css :: how to add a linear gradient in css 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =