Created base layout for the html. Imported normalize.css for browser compatibility. Updated gulpfile.js to fix reloading issues when watching the dist folder

This commit is contained in:
2021-07-02 13:18:52 +01:00
parent 61ee7fd583
commit 942377a579
7 changed files with 188 additions and 161 deletions
+3 -4
View File
@@ -1,4 +1,3 @@
body{
margin: 0;
padding: 0;
}
@import "/node_modules/normalize.css/normalize.css";