Skip to content

Instantly share code, notes, and snippets.

@akash-joshi
Created February 28, 2019 09:35
Show Gist options
  • Save akash-joshi/9b1ea04a99869a19d21fd3384f81c237 to your computer and use it in GitHub Desktop.
Save akash-joshi/9b1ea04a99869a19d21fd3384f81c237 to your computer and use it in GitHub Desktop.
* {
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