Skip to content

Instantly share code, notes, and snippets.

@omar2205
Last active September 3, 2020 08:39
Show Gist options
  • Save omar2205/e80919712381050db9814dde375401ea to your computer and use it in GitHub Desktop.
Save omar2205/e80919712381050db9814dde375401ea to your computer and use it in GitHub Desktop.
Simple CSS

Simple CSS Boilerplate

© oskr.nl

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