Created
January 23, 2021 14:53
-
-
Save rebelchris/ea0992f0b9b1f2c017806dec7bf5b844 to your computer and use it in GitHub Desktop.
Agora CSS Styles reset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * { | |
| 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