<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
https://www.codecademy.com/en/courses/web-beginner-en-WF0CF/2/4?curriculum_id=50579fb998b470000202dc8b
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
“Oops, try again. Did you remember to add the intro ID to the h2 header?”
Replace this line with your code.
ResultIntroduction
Classes and IDs in CSS
Classes and IDs are super easy in CSS. You're using them right now!
Regular HTML Selectors
If you don't bother with a class or ID, an HTML element just gets the regular CSS styling for that element—or the default styling if you don't specify any particular styling on the stylesheet.
<do not remove the three backticks above>