Ping coming soon page using html, css and javaScript

Please log in to post a comment
Log in with GitHubCommunity feedback
- @romila2003
Hi Olamide,
Congratulations 🎉 for completing this challenge, it was a great attempt. The card looks great however there are some issues I want to address.
- It is great that you used the right semantics for the
header
and thefooter
however the main content is missing a semantic therefore I would suggest you wrap the main content within themain
tag. - Also, I noticed that you used a desktop-first approach and not the mobile-first approach. It is best practice to use the mobile-first approach as it would be easier to rearrange your layouts, as the screen size increases. For your future projects, I hope you consider this and there are many resources that can help you with this concept if you are unsure of this concept.
- I've also noticed a lot of white space around your image that causes the
footer
to be quite down as a result of this. It may be best to remove theheight
property to reduce some space.
Overall, great attempt and wish you the best for your future projects so keep coding 👍.
Marked as helpful - It is great that you used the right semantics for the
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