move all css reset to reset.css

This commit is contained in:
Ray Elliott 2020-03-29 17:57:07 +00:00
parent 18df3ea018
commit 8f95984538
1 changed files with 1 additions and 5 deletions

View File

@ -1,10 +1,6 @@
/*
Define your resets here or use something like Normalize.css if you like
*/
@import "normalize.css";
html,
body {
margin: 0;
padding: 0;
height: 100%;
}