Skip to content

Instantly share code, notes, and snippets.

@netotaku
Created October 22, 2021 14:31
Show Gist options
  • Save netotaku/72cd702efed729c59cd9acd928b720a3 to your computer and use it in GitHub Desktop.
Save netotaku/72cd702efed729c59cd9acd928b720a3 to your computer and use it in GitHub Desktop.
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
html{
font-size: 1em;
line-height: 1.6;
font-family: sans-serif;
scroll-behavior: smooth;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a{
&:hover{
text-decoration: none;
}
}
[cloak]{
display: none;
}
img{
display: block;
width: 100%;
height: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment