Skip to content

Instantly share code, notes, and snippets.

@alexandr-kazakov
Last active April 21, 2017 15:10
Show Gist options
  • Save alexandr-kazakov/4da2ad16fb737684ce523ab7d628a78e to your computer and use it in GitHub Desktop.
Save alexandr-kazakov/4da2ad16fb737684ce523ab7d628a78e to your computer and use it in GitHub Desktop.
body {
overflow-x: hidden;
}
a {
text-decoration: none;
}
input,
select,
textarea,
button {
outline: none;
}
*,
*:before,
*:after {
box-sizing: border-box;
}
.hidden {
display: none;
}
.show {
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment