Skip to content

Instantly share code, notes, and snippets.

@letrastudio
Last active April 11, 2017 21:12
Show Gist options
  • Save letrastudio/2e5553185b49f5d58ab8f7d4e92a112d to your computer and use it in GitHub Desktop.
Save letrastudio/2e5553185b49f5d58ab8f7d4e92a112d to your computer and use it in GitHub Desktop.
*,
*:before,
*:after {
box-sizing: border-box;
}
body {
font: 18px/1.5 -apple-system, sans-serif;
font-kerning: normal;
text-rendering: optimizeLegibility;
color: #333;
max-width: 45em;
margin: 2em auto;
padding: 1em;
overflow-x: hidden;
}
p {
max-width: 33em;
}
a {
color: royalblue;
}
img {
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment