The Inspect Element tool in Google Chrome (also called Developer Tools or DevTools) lets you see and modify the code of any webpage in real-time. It only affects the preview of the code and does not edit it permanently—this allows you to experiment with the code before making permanent changes.
Inspecting the elements of your webpage are a quick and easy way to see the code that directly effects how it previews in the browser.
InstructionsCSS selectors are patterns used in CSS to select and style HTML elements on a page, allowing us to dictate how styles apply to specific HTML elements.
Visual Guide Color Palette Generator
W3Schools: The ultimate resource for all coding and easy to understand examples.