© oskr.nl
Last active
September 3, 2020 08:39
-
-
Save omar2205/e80919712381050db9814dde375401ea to your computer and use it in GitHub Desktop.
Simple CSS
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
body { | |
font-family: 'Helvetica Now Display', 'Helvetica Neue', 'Helvetica', sans-serif; | |
padding-top: 1em; | |
padding-bottom: 1em; | |
font-size: 1.5em; | |
width: 80%; | |
margin: 0 auto; | |
} | |
input, textarea, button, p, div, section, article, select { | |
display: 'block'; | |
font-family: 'Helvetica Now Display', 'Helvetica Neue', 'Helvetica', sans-serif; | |
font-size: 1em; | |
width: 100%; | |
margin: 0.5em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment