
Design comparison
Community feedback
- @beowulf1958Posted about 2 months ago
Congratulations on completing this challenge.
I have a few suggestions. First, there is a glitch in the html. You have a <h3>, <br>, and text all wrapped in a <p>. This would be problematic if you ever need to update or maintain this page because the <p> styles will interfere with the <h3> style. Also, using a <br> to separate elements on a page is not good practice. It is better to use something else, such as margin-bottom.
Next, the component needs to be centered on the page. There are several ways to do this; this article will help.
Good luck with your future projects.
Marked as helpful1
Please log in to post a comment
Log in with GitHubJoin 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