Answers for "how to add space between 2 lines of text css"

CSS
11

line spacing css

line-height: 20px; /* 4px +12px + 4px */
/* OR */
line-height: 1.7em; /* 1em = 12px in this case. 20/12 == 1.666666  */
Posted by: Guest on March-05-2020

Code answers related to "how to add space between 2 lines of text css"

Browse Popular Code Answers by Language