Skip to content

Instantly share code, notes, and snippets.

@prakhar897
Created March 11, 2018 11:18
Show Gist options
  • Save prakhar897/50bd111d05ddeef5a9ae76886c5b4d7e to your computer and use it in GitHub Desktop.
Save prakhar897/50bd111d05ddeef5a9ae76886c5b4d7e to your computer and use it in GitHub Desktop.
Default css file
*{
padding: 0px;
margin: 0px;
}
header,section,footer,aside,nav,article,hgroup{
display: block;
}
body{
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment