Im stuck on the tribute page. dont know where to insert my style tags?

@bronson454, a couple of things;
Do not use <style> </style> tags in codepen’s CSS editor. These are HTML tags and would not be used in CSS. Leaving them there will cause problems.

Sorry to see that someone has given you the answer.
When a test fails, click the red button to see which test(s) are failing and text to help you correct the issue.
Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.

removing the cleared part of my errors.
adding margin: auto; helped also
the main issue was the element
thank you.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.