Created
November 12, 2018 10:13
-
-
Save cziem/a0f6a4f62b103f8dd44107c6fe580cf2 to your computer and use it in GitHub Desktop.
style the section and paragraphs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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