In-Class 3

CSS Resets

Let's explore a basic CSS Reset to help make our CSS consistent between browsers.

# Follow Along Tutorial

Follow along this tutorial for setting up a simple CSS Reset. CSS Resets help to make the default styles consistent across all browsers. This helps avoid glitches and differences in design. The CSS reset we will be using has been adapted from A Modern CSS Reset (opens new window) from the Piccalilli blog.

Please Use This New Link

Due to a wild coincidence, the author of that post released a new version of their CSS Reset the same day I assigned this in-class. To keep things simple, we are going to use his original reset file, which can be found at this link (opens new window). Do not use his new one, as it will not match our assignments for this term.

# Submission

Submit this assignment by pushing your code to your mad9013-deliverables repository with the commit message Complete 03-css-reset in-class.

Last Updated: 10/19/2023, 10:06:11 PM