Design comparison
SolutionDesign
Solution retrospective
comments, corrections or advice will be appreciated :D
Community feedback
- @ApplePieGiraffePosted over 3 years ago
Hey, Jessy JyVers! 👋
Well done on this challenge! 👍 Your solution looks great and responds nicely! 🙌
One or two minor things I suggest are,
- Using a single
<h1>
tag for the heading on the page (an<h1>
tag since it is the most important heading on the page, and a single heading tag since it is really just a single heading, not two separate headings). You can easily style each part of the heading differently using a<span>
tag. - Adding a max-width to the description below the heading so that it isn't so wide when the layout first changes from desktop to mobile. 😉
Hope those tips help. 🙂
Keep coding (and happy coding, too)! 😁
0 - Using a single
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