Responsive Landing Page using CSS Grid

Please log in to post a comment
Log in with GitHubCommunity feedback
- @iprinceroyy
Hey @hanzlasaadi, Great work. You need to focus on some points here:
- Don't use h1 multiple times, there can be only one h1 through the web page.
- Those avatar images with title, you can use figure & figcaption tag for that figcaption.
- Use the blockquote tag for quotes text.
- span is an inline tag, it can't be used as a block tag. Use div for the block.
- Increase the padding of the container to match with provided design.
.container{padding: 5rem; }
- Use relative unit instead of px unit. 1rem = 16px.
Hope it adds to your learning. Happy coding :)
Marked as helpful
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