Design comparison
SolutionDesign
Community feedback
- @denieldenPosted about 2 years ago
Hi Aldi, congratulations on completing the challenge, great job! 😁
Some little tips for optimizing your code:
- add
header
tag and wrap the navbar for improve the Accessibility - add
main
tag and wrap the all main content of page for improve the Accessibility - add
footer
tag and wrap the footer dark of page for improve the Accessibility - add descriptive text in the
alt
attribute of the images - the image of section are broken because url in the css sheet is wrong
background-image: url(images/illustration-laptop-desktop.svg)
- alternatively you can use the
picture
tag which allows you to change image based on resolution forsection
images -> read here - the mobile navbar pannel isen't centered
- add
transition
on the element with hover effect - instead of using
px or %
use relative units of measurement likerem
-> read here
Hope this help! Happy coding 😉
0 - add
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