Skip to content

Instantly share code, notes, and snippets.

@faustinoaq
Created September 25, 2017 23:13
Show Gist options
  • Save faustinoaq/2937e7f3aaffdb38e32e5066784004d8 to your computer and use it in GitHub Desktop.
Save faustinoaq/2937e7f3aaffdb38e32e5066784004d8 to your computer and use it in GitHub Desktop.
Minimal CSS for a website
body {
font-family: Arial, Helvetica, sans-serif;
max-width: 1280px;
margin: 0 auto;
padding: 0 5%;
}
a {
text-decoration: none;
}
form {
padding-bottom: 5px;
}
button, input {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.15;
font-size: 100%;
padding: 5px;
margin-bottom: 5px;
}
pre {
min-height: 200px;
padding: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment