Skip to content

Instantly share code, notes, and snippets.

@arthurpizza
Last active December 22, 2015 22:06
Show Gist options
  • Save arthurpizza/dced177a32030768368f to your computer and use it in GitHub Desktop.
Save arthurpizza/dced177a32030768368f to your computer and use it in GitHub Desktop.
Naked CSS
body {
max-width: 900px;
margin: 0 auto;
}
img {
max-width: 100%;
border-radius: 3px;
display: block;
margin-left: auto;
margin-right: auto
}
h1, h2, h3, h4, h5, h6 {
font-family: sans-serif;
color: #000077;
font-weight: 100
}
p, li {
font-family: sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment