Skip to content

Instantly share code, notes, and snippets.

@rebelchris
Created January 23, 2021 14:53
Show Gist options
  • Save rebelchris/ea0992f0b9b1f2c017806dec7bf5b844 to your computer and use it in GitHub Desktop.
Save rebelchris/ea0992f0b9b1f2c017806dec7bf5b844 to your computer and use it in GitHub Desktop.
Agora CSS Styles reset
* {
margin: 0;
padding: 0;
font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment