Feedback on Tesla Tribute Page

Hello,
This is my first project, I started it before getting into FCC but I modified it to pass the tests. Please let me know if there is something that I can improve :slight_smile:
https://codepen.io/carlaicd/pen/RdNYZV

This is an attractive page with really clean HTML and CSS. Good job!

Aesthetically, I think the content in #tribute-info would look nicer if the div was more narrow. “Lists” often look better when they’re more horizontally compact.

One more thing is that the <h1> breaks on smaller screens. For example, below 425px width, it runs off the screen. Perhaps you can try a media query for smaller screens and shrink the h1.

1 Like

Hey thanks, I am on it to fix it :slightly_smiling_face: