Design comparison
SolutionDesign
Community feedback
- @correlucasPosted over 2 years ago
Hello Sohail, congratulations for your amazing solution!
This a hard challenge but you've done a really good work setting this grid layout. Congrats!
To improve it even more, you work the challenge semantics in the html, note that div is a block element without meaning, so use it for small blocks of content. In this case you can use
<main>
for the div wrapping the main content,<article>
for each card and<blockquote>
for each paragraph containing a quote.Hope it helps and happy coding!
0
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