Challenge Hints: Theme Checkpoint

A list of hints for the Theme Checkpoint lesson.

Last updated - July 12, 2023

Checkpoint

Try to style the body  (body { color: yellow; })

Try adding some properties and values to h1 {} 

Try adding some properties and values to h2 {} 

Make sure you have class names in you css file in addition to the h1 {  } , h2 {  },  and body {   } styling

Make sure to add the classes to elements on the page using class=""

Add CSS comments "//" above classes in <style>

Add HTML comments "<!-- -->"

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