AnnieTaylorCHEN / ColmarAcademy

the home page for a school with responsive design
https://annietaylorchen.github.io/ColmarAcademy/
0 stars 0 forks source link

reset.css files #4

Open rimmesbe opened 6 years ago

rimmesbe commented 6 years ago

You should really use a reset.css file, or a normalize.css file. This will make sure your styling is consistent across browsers and remove some pesky default stylings. For example, the body tag has default margin which creates a gap around the edge of your page.

https://github.com/AnnieTaylorCHEN/ColmarAcademy/blob/master/css/style.css#L12