Ex. Tribute page doesn't have #title and others in CSS portion

I was just checking the code for the example tribute page and noticed they have the id=“title” in the HTML window, but not #title in the CSS window. The same for several other id s (eg., no #image or #tribute-info).

Do you not need the # portion in CSS for this to work? Or do you not need the #s in the CSS to pass the tribute page test? I’m a bit confused by this. Any input would be useful.
Thanks,
Keenan

you need the ids and classes specified by the test so that the test recognizes that you did what it wanted you to do.
Whether you add CSS or not to style it is up to you and your own stylistic decision.

1 Like

Thanks, I was wondering if that was the case.