Created
February 28, 2019 09:35
-
-
Save akash-joshi/9b1ea04a99869a19d21fd3384f81c237 to your computer and use it in GitHub Desktop.
This file contains 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; | |
box-sizing: border-box; | |
} | |
input:focus, | |
select:focus, | |
textarea:focus, | |
button:focus { | |
outline: none; | |
} | |
body { | |
font: 16px Helvetica, Arial; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment