line spacing css
CSS
/* Keyword value */
line-height: normal;
/* Unitless values: use this number multiplied
by the element's font size */
line-height: 3.5;
/* <length> values */
line-height: 3em;
/* <percentage> values */
line-height: 34%;
/* Global values */
line-height: inherit;
line-height: initial;
line-height: unset;
line-height: 20px; /* 4px +12px + 4px */
/* OR */
line-height: 1.7em; /* 1em = 12px in this case. 20/12 == 1.666666 */.green {
line-height: 1.1;
border: solid limegreen;
}
.red {
line-height: 1.1em;
border: solid red;
}
h1 {
font-size: 30px;
}
.box {
width: 18em;
display: inline-block;
vertical-align: top;
font-size: 15px;
}
<div class="box green">
<h1>Avoid unexpected results by using unitless line-height.</h1>
length and percentage line-heights have poor inheritance behavior ...
</div>
<div class="box red">
<h1>Avoid unexpected results by using unitless line-height.</h1>
length and percentage line-heights have poor inheritance behavior ...
</div>
<!-- The first <h1> line-height is calculated from its own font-size (30px × 1.1) = 33px -->
<!-- The second <h1> line-height results from the red div's font-size (15px × 1.1) = 16.5px, probably not what you want -->
Also in CSS:
- Title
- css center image
- Category
- CSS
- Title
- inline style css syntax
- Category
- CSS
- Title
- box shadow flutter
- Category
- CSS
- Title
- css italic text
- Category
- CSS
- Title
- tint image with background color css
- Category
- CSS
- Title
- what is scss
- Category
- CSS
- Title
- add a border to a div css
- Category
- CSS
- Title
- animate css cdn
- Category
- CSS
- Title
- css pause animation
- Category
- CSS
- Title
- png shadow css
- Category
- CSS
- Title
- background color css
- Category
- CSS
- Title
- how to make border for letters in css
- Category
- CSS
- Title
- fontawesome cdn
- Category
- CSS
- Title
- css :focus
- Category
- CSS
- Title
- css no bottom ouline
- Category
- CSS
- Title
- online bootstrap css file link
- Category
- CSS
- Title
- css first
- Category
- CSS
- Title
- edit scrollbar css
- Category
- CSS
- Title
- target css by form name
- Category
- CSS
- Title
- antialiasing css
- Category
- CSS
- Title
- animation shorthand css
- Category
- CSS
- Title
- symfony new project
- Category
- CSS
- Title
- css translate3d
- Category
- CSS
- Title
- css cursor pointer
- Category
- CSS
- Title
- align items css
- Category
- CSS
- Title
- ie11 flex 1
- Category
- CSS
- Title
- add css to class=["col-"]
- Category
- CSS
- Title
- how to change the bullet points in css
- Category
- CSS
- Title
- make a underline with ::before css
- Category
- CSS
- Title
- scss file architecture
- Category
- CSS
- Title
- css change text color
- Category
- CSS
- Title
- counter increase size css in js
- Category
- CSS
- Title
- css psedo class
- Category
- CSS
- Title
- vuetify background color
- Category
- CSS
- Title
- css text align right
- Category
- CSS
- Title
- fonmt family css
- Category
- CSS
- Title
- vertical align span tailwindscss
- Category
- CSS
- Title
- css nth child
- Category
- CSS
- Title
- input remove blue glow
- Category
- CSS
- Title
- crop image css
- Category
- CSS
- Title
- how to change height font css
- Category
- CSS
- Title
- how to hover over an individual cell in table css
- Category
- CSS
- Title
- css rotate
- Category
- CSS
- Title
- random color generator css,javascript,html
- Category
- CSS
- Title
- add border to input css
- Category
- CSS
- Title
- font height css
- Category
- CSS
- Title
- z-index max value
- Category
- CSS
- Title
- bootstrap 4 scss angular 8
- Category
- CSS
- Title
- what is responsive design
- Category
- CSS
- Title
- justify text csss
- Category
- CSS
- Title
- not disabled css
- Category
- CSS
- Title
- animate font weight css
- Category
- CSS
- Title
- css to hide scrollbar
- Category
- CSS
- Title
- import css
- Category
- CSS
- Title
- edit css jquery
- Category
- CSS
- Title
- how to change jumbotron size
- Category
- CSS
- Title
- Wrap the last word of a paragraph in span tags using jQuery
- Category
- CSS
- Title
- how to apply bg image in inline css
- Category
- CSS
- Title
- line spacing css
- Category
- CSS
- Title
- css browser prefixes
- Category
- CSS
- Title
- smooth scroll css
- Category
- CSS
- Title
- css padding
- Category
- CSS
- Title
- css odd even child
- Category
- CSS
- Title
- add space between flex items
- Category
- CSS
- Title
- responsive images css
- Category
- CSS
- Title
- css perspective
- Category
- CSS
- Title
- css responsive
- Category
- CSS
- Title
- css style scrollbar
- Category
- CSS
- Title
- css nth child skip first
- Category
- CSS
- Title
- css scale
- Category
- CSS
- Title
- background image with color overlay gradient css
- Category
- CSS
- Title
- vue scss
- Category
- CSS
- Title
- select odd child css
- Category
- CSS
- Title
- remove underline from link css
- Category
- CSS
- Title
- remove border radius select css
- Category
- CSS
- Title
- fixed footer in css
- Category
- CSS
- Title
- tzutc
- Category
- CSS
- Title
- remove arrows from input type number
- Category
- CSS
- Title
- link css file in html
- Category
- CSS
- Title
- css light grey
- Category
- CSS
- Title
- remove bullets from list css
- Category
- CSS
- Title
- how to make a fullscreen button an an iframe
- Category
- CSS
- Title
- how to make gradient backgroud cover whole page in html
- Category
- CSS
- Title
- how to change the page background in css
- Category
- CSS
- Title
- hide in css
- Category
- CSS
- Title
- css onclick change color
- Category
- CSS
- Title
- scss gradient mixin
- Category
- CSS
- Title
- css fill div with background image
- Category
- CSS
- Title
- what is the default value of the position property in css
- Category
- CSS
- Title
- css transition delay
- Category
- CSS
- Title
- breakpoint bootstrap
- Category
- CSS
- Title
- css grid area
- Category
- CSS
- Title
- social media icon bar html
- Category
- CSS
- Title
- how to center a dic
- Category
- CSS
- Title
- css child multiple of 3
- Category
- CSS
- Title
- how do you center buttons in css
- Category
- CSS
- Title
- prevent text from wrapping in css
- Category
- CSS
- Title
- css can't override bootstrap
- Category
- CSS
- Title
- how to specify amout of letters in inputfield in css
- Category
- CSS
- Title
- space width css
- Category
- CSS