Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

HTML, CSS, JS

Joe Kotlan 260

@joekotlan

Desktop design screenshot for the Ping single column coming soon page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

P
Matt Studdert 13,611

@mattstuddert

Posted

Nice work on this Joe, it looks great! Here's a couple of tips after looking at your code:

  • I would recommend putting all of your styles in a separate CSS file instead of in style tags at the top of the HTML. This makes your CSS far more reusable if you were to ever add a new page and also de-clutters your HTML.
  • I would also recommend to never use IDs for styling purposes. Their specificity is really high and also they can't be reused on the same page. I always stick with classes, pseudo selectors, attribute selectors, and type selectors. It makes your CSS far more maintainable as it grows.

I hope those tips help. Keep up the great work!

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord