Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css text vertical spacing

Set the line height for different <div> elements:

div.a {
  line-height: normal;
}

div.b {
  line-height: 1.6;
}

div.c {
  line-height: 80%;
}

div.d {
  line-height: 200%;
}

Source by www.google.com #
 
PREVIOUS NEXT
Tagged: #css #text #vertical #spacing
ADD COMMENT
Topic
Name
1+5 =