Skip to content

Instantly share code, notes, and snippets.

@orenshim
Created November 21, 2018 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orenshim/1332e26a691734d672be3e9aa5bfbcca to your computer and use it in GitHub Desktop.
Save orenshim/1332e26a691734d672be3e9aa5bfbcca to your computer and use it in GitHub Desktop.
css for space after pharagrph
line-height: 25px; /* within paragraph */
margin-bottom: 20px; /* between paragraphs */
}
@YossiDavid
Copy link

YossiDavid commented Sep 22, 2020

p{
line-height: 25px;
margin-bottom: 20px;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment