Skip to content

Instantly share code, notes, and snippets.

@leochiu-a
Created September 5, 2021 04:51
Show Gist options
  • Save leochiu-a/5276029a65017c660bb91dcba6bab53c to your computer and use it in GitHub Desktop.
Save leochiu-a/5276029a65017c660bb91dcba6bab53c to your computer and use it in GitHub Desktop.
html,
body {
padding: 0;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
text-align: center;
}
a,
a:active {
color: blue;
}
* {
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment