- Help Center
- Coding Resources
- CSS Resources
Challenge Hints: Text Shadow
A list of hints for the challenges in the Text Shadow lesson.
Last updated - July 23, 2024
Checkpoint |
Do each of your 3 heading tags have different words? h1 { text-shadow: } Make sure all of you don't repeat any properties! Don't leave blurriness and color blank. |
Rainbow Text Shadow |
Did you declare a "Red" h1 tag? Did you declare a "Orange" h2 tag? Did you declare a "Yellow" h3 tag? Did you declare a "Green" h4 tag? Did you declare a "Blue" h5 tag? h1 { text-shadow: } h2 { text-shadow: } h3 { text-shadow: } h4 { text-shadow: } |
School History |
h1 { } Don't forget the hyphen in text-shadow! h2 { } Don't forget the hyphen in text-shadow! <img src= " "> body { background-color: } |
Party Favors |
Did you create an unordered list with at least 5 names of people you want to invite? Remember each list item needs this tag <li> Did you create an ordered list with at least 7 items you want at your party? Remember each list item needs this tag <li> ul { text-shadow: } Did you include an image in your website? |
For more help with CSS, check out our CSS Cheatsheet!