Answers for "add line space inbetween text css"

CSS
1

how to add space inbetween lines in html

main {
	line-height: 20px:
}
Posted by: Guest on July-18-2020
3

how to create space inbetween text css

<div style="letter-spacing: 1em;">It's a wide wide word!</div>

<div style="line-height: 1.5;">

<div style="text-indent: 50px;">
Posted by: Guest on February-21-2020

Browse Popular Code Answers by Language