Skip to content

Instantly share code, notes, and snippets.

@Khangeldy
Created August 12, 2017 21:28
Show Gist options
  • Save Khangeldy/993e7c663d91abecf30f43860f9df007 to your computer and use it in GitHub Desktop.
Save Khangeldy/993e7c663d91abecf30f43860f9df007 to your computer and use it in GitHub Desktop.
after reset
*, *:after, *:before {
box-sizing: border-box;
}
a {
color: inherit;
text-decoration: none;
}
ul {
padding: 0;
list-style: none;
}
.m0 {
margin: 0;
}
img {
max-width: 100%;
height: auto;
}
.container {
width: 1200px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment