Skip to content

Instantly share code, notes, and snippets.

@anthonyringoet
Last active April 23, 2018 12:32
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 anthonyringoet/78aa0af324fde839185f6f5bccba838d to your computer and use it in GitHub Desktop.
Save anthonyringoet/78aa0af324fde839185f6f5bccba838d to your computer and use it in GitHub Desktop.
html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}
body {
margin: 0;
font-size: 0.8rem;
}
h1 {
font-size: 2em;
margin: 0.8em 0 0.3em;
}
h2 {
font-size: 1.4em;
margin: 0.8em 0 0.3em;
}
h3 {
font-size: 1.2em;
margin: 0.8em 0 0.3em;
}
p {
margin: 0 0 1em;
padding: 0;
}
hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}
a {
background-color: transparent;
}
b,
strong {
font-weight: bolder;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment