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.

# 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: 9/4/2024, 9:07:54 PM