Skip to content

Instantly share code, notes, and snippets.

@thevangelist
Last active November 25, 2016 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thevangelist/f7c677eb8eaa90bdf29ba669e2fbda06 to your computer and use it in GitHub Desktop.
Save thevangelist/f7c677eb8eaa90bdf29ba669e2fbda06 to your computer and use it in GitHub Desktop.
img { display: none; } /* Sorry! */
p { text-align: justify; }
a {
color: #0066B3;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h1, h2, h3 {
font-weight: 700;
}
h3 { text-transform: uppercase; }
body {
font-family: sans-serif;
}
body {
display: flex;
flex-direction: column;
justify-content: space-between;
}
body * {
display: flex;
justify-content: space-between;
align-items: center;
}
body > * { flex-direction: row; }
body > * > * { flex-direction: column; }
body > * > * > * { flex-direction: row; }
body > * > * > * > * { flex-direction: column; }
body > * > * > * > * > * { flex-direction: row; }
body > * > * > * > * > * > * { flex-direction: column; }
script, noscript { display: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment