Submitted over 3 years ago
Responsive web page using HTML, SASS, FLEXBOX, GRID and a bit of JS
@1Hanif1
Design comparison
SolutionDesign
Solution retrospective
This is my first project where I used SASS and it was really fun. Being able to split my css into separate scss files was amazing
Please check out my page especially my Hamburger menu and my Grid layout and drop your feed backs please 🙏
Community feedback
- @tedikoPosted over 3 years ago
Hello, Hanif Barbhuiya! 👋 Good job on this one! 🎉 Your solution responds well and overall looks good. Here's my suggestions:
- Read about Sass 7-1 pattern to keep your file management orginazed.
- You should set
max-width
only to content and let your images/background stretch full width of the page. I am looking at 1920x1080 monitor and it look bad when site is "cut" like this. - Change the
alt
attributes for the.logo
,.header-arrow
,item-one/two/three etc
images, as they don't add any extra context for screen reader users. Since your images are decorative youralt
text should be provided empty (alt="") so that they can be ignored by assistive technologies.
Good luck with that, have fun coding! 💪
1@1Hanif1Posted over 3 years ago@tediko Thank you so much for your suggestions! I really appreciate it
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