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.
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