Skip to content

Instantly share code, notes, and snippets.

@perkinsjr
Created July 21, 2022 18:28
Show Gist options
  • Save perkinsjr/a90d817e5b87c6efc2fb469c11240a71 to your computer and use it in GitHub Desktop.
Save perkinsjr/a90d817e5b87c6efc2fb469c11240a71 to your computer and use it in GitHub Desktop.
global CSS default
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;
}
a {
color: inherit;
text-decoration: none;
}
* {
box-sizing: border-box;
}
@perkinsjr
Copy link
Author

Make public

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment