Skip to content

Instantly share code, notes, and snippets.

@levenokk
Last active February 16, 2020 13:59
Show Gist options
  • Save levenokk/7ce5bc54745f4b6d1ac99777d3f38306 to your computer and use it in GitHub Desktop.
Save levenokk/7ce5bc54745f4b6d1ac99777d3f38306 to your computer and use it in GitHub Desktop.
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
ul,
ol {
margin: 0;
padding: 0;
list-style: none;
}
a {
text-decoration: none;
display: inline-block;
&:hover {
text-decoration: none;
}
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0;
padding: 0;
}
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
ul,
ol {
margin: 0;
padding: 0;
list-style: none;
}
a {
text-decoration: none;
display: inline-block;
&:hover {
text-decoration: none;
}
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0;
padding: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment