Skip to content

Instantly share code, notes, and snippets.

@Voloshin-Sergei
Created November 19, 2020 07:57
Show Gist options
  • Save Voloshin-Sergei/dd8a592e9b0b7fcbd20e169977297293 to your computer and use it in GitHub Desktop.
Save Voloshin-Sergei/dd8a592e9b0b7fcbd20e169977297293 to your computer and use it in GitHub Desktop.
_global.css
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
body {
font-family: "font-name", sans-serif;
margin: 0;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
}
p {
margin: 0;
padding: 0;
}
ul, ol {
margin: 0;
padding: 0;
list-style: none;
}
a {
color: inherit;
text-decoration: none;
}
img {
max-width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment