View Single Post
Old 03-14-2017, 05:16 AM   #5
Just some guy
Enthusiast
Just some guy began at the beginning.
 
Posts: 29
Karma: 10
Join Date: Mar 2017
Device: none
Quote:
Originally Posted by theducks View Post
margin-top: 1em; adds 1em of height (em is the current size of the line)
2em makes 2 lines of top space

you add this to the CSS for the style in the <p style="name_here">

if the p has no style
just assign to the "p' level

Code:
p {margin-top: 1em;}
Thank you very much!
Just some guy is offline   Reply With Quote