Skip to content

Instantly share code, notes, and snippets.

@cziem
Created November 12, 2018 10:13
Show Gist options
  • Save cziem/a0f6a4f62b103f8dd44107c6fe580cf2 to your computer and use it in GitHub Desktop.
Save cziem/a0f6a4f62b103f8dd44107c6fe580cf2 to your computer and use it in GitHub Desktop.
style the section and paragraphs
section {
padding: .5rem 2rem;
margin: 1rem auto;
color: #272727;
}
section h3 {
padding: 2rem 0 0.5rem;
}
section p {
line-height: 1.8;
text-align: justify;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment