Design comparison
SolutionDesign
Solution retrospective
How to make all the elements to have equal width, height and spacing in desktop version ? Any suggestions are welcome !
Community feedback
- @Sam-GulikerPosted almost 3 years ago
Hi Kev,
You're almost there! There are a couple of things that need attention:
- For the spacing try to put a max width on the main container for all the elements.
- With display grid you can do a lot of magic on the desktop design.
- H1's can only used once, try to use H2 or H3.
- Use landmarks like
<main></main> or <footer></footer>
Happy coding
1@Kev-prog-debugPosted almost 3 years ago@Sam-Guliker Thank you, I'll definitely try out your suggestions.
1
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