Between paragraphs you should set a margin
for that element. Between lines within the paragraph you can use line-height
. For example:
p {
line-height: 32px; /* within paragraph */
margin-bottom: 30px; /* between paragraphs */
}
Between paragraphs you should set a margin
for that element. Between lines within the paragraph you can use line-height
. For example:
p {
line-height: 32px; /* within paragraph */
margin-bottom: 30px; /* between paragraphs */
}