Challenge Hints: Color Picker

A list of hints for the challenges in the Color Picker lesson.

Last updated - July 12, 2023

Checkpoint The hexadecimal value is the address of a color. It can be found in the color picker. Remember the semicolons at the end!
Favorite Flag

Did you declare your 3 different classes in your CSS file?

Did you use a hexadecimal value associated with a color or background color?

Birthday Cake

Did you add a comment to each layer class describing the flavor?

color:  

<h1 class=" ">

School Mascot

Did you remember to include at least 2 hexadecimal values?

Did you remember to include a paragraph tag?

Favorite Season

Did you style "h1" in your style sheet? (h1 { ... })

<ul> <li></li> </ul>

Did you style "body" in your style sheet? (body {...})

Did you style "h1" in your style sheet? (h1 {...})

li { color: #  }

Ugliest Website

Did you remember to include 3 different header tags?

Did you remember to inlcude a background-color in your website?

Did you remember to include a color for each class?

Tie-Dye Website

Did you remember to create the three different classes?

background-image: gradient(color, color)

background-image: gradient(#color, #color)  

<h1 class="  ">

For more help with CSS, check out our CSS Cheatsheet!