From e9c54ec2c870330b52ac076df81884b25c065e27 Mon Sep 17 00:00:00 2001 From: ImAlpha Date: Wed, 5 Apr 2023 05:13:54 -0700 Subject: [PATCH] tried inspect page --- Markdown/TheOdinProjectNotes.md | 3 +++ 1 file changed, 3 insertions(+) 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!