Want to adjust spacing between the paragraph
How can I adjust the spacing between paragraphs? I am only able to adjust the spacing between each line with the below code :
#content {
line-height:20px;
}
Unfortunately, I couldn't find out the spacing code for "paragraph"
Someone please sheds me some green light.
Thanks in advance.
|