Answers for "increase the distance between paragraphs css"

CSS
0

increase the distance between paragraphs css

p {
  margin-top: 2em ;
  margin-bottom: 2em ;
}
Posted by: Guest on December-30-2020

Code answers related to "increase the distance between paragraphs css"

Browse Popular Code Answers by Language