Design comparison
SolutionDesign
Solution retrospective
Any feedback would be really appreciated.
Community feedback
- @darryncodesPosted almost 3 years ago
Hi Prajwol,
Decent work, you got all the elements there - with a few tweaks it could be perfect!
- the box-shadow feels a little harsh, you could try out this helpful generator to get a closer match
- here are some styles you should add to your
<body>
to better match the design
/* background-position: center; */ remove background-repeat: no-repeat; background-size: 100% auto; background-color: #e0e8ff;
1 - @RaitisVilumsPosted almost 3 years ago
Hi,
Good work, try to use landmarks like: Header, Main, and Footer. You can read this article about the landmarks : https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/navigation_role
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