Fri, 2013-09-27 07:01
Hello,
Sometimes the spacing between my paragraphs looks wrong.
What's the CSS way to control this space individually (two paragraphs) and globally (all paragraphs)
Many thanks!
Fri, 2013-09-27 17:29
#1
Spacing is controlled by the
Spacing is controlled by the margin property. Most (all?) browsers default to top and bottom margins of 1em.
cheers,
gary