diff --git a/Markdown/TheOdinProjectNotes.md b/Markdown/TheOdinProjectNotes.md index 22625f6..9323a9d 100644 --- a/Markdown/TheOdinProjectNotes.md +++ b/Markdown/TheOdinProjectNotes.md @@ -762,6 +762,9 @@ p { ``` - There are no selectors because it's being directly applied to the content - It is useful though if you want to add a *unique* style for a **single** element +### Inspecting CSS on a Webpage +- By right clicking a web page, you can then choose to inspect + - Within the styles tab you can live preview changes made to the css of the page to fit your preferences without changing the source code ### Assignment 1. Go to our [CSS exercises repository](https://github.com/TheOdinProject/css-exercises), read the README, and only do the exercises in the `foundations` directory in the order they’re listed, starting with `01-css-methods` and ending with `06-cascade-fix`. 2. Remember the Recipe page you created as practice from the previous lesson? Well, it’s rather plain looking, isn’t it? Let’s fix that by adding some CSS to it!