In-Class 3
CSS Resets
Let's explore a basic CSS Reset to help make our CSS consistent between browsers.
Submission
Show completed activity to professor by end of class and push to your GitHub repository.
Due: Wed Sept 21, 2022
# 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
and then show your professor.