Submitted about 1 year ago
Product preview responsive webpage build with sass
@covolan
Design comparison
SolutionDesign
Solution retrospective
Hi Frontend Mentor community!👋
This is my solution to the product preview card. Overall a quite nice and relaxing challenge. What do you think of my solution?
Thanks in advance for the feedback and the tips!😄
Community feedback
- @hitmorecodePosted about 1 year ago
Nice well done looks good. Just a few tips
- The content on the button is horizontally aligned, add flexbox on the button to fix this and add a margin on the icon.
- For coming challenges make it a habit of structuring your html like this
<body> <main> /* everything else goes in here */ <main> </body>
- When uploading a solution, check the Accessibility report this will let you know if something is wrong with your page. See what errors you have and fix them.
You are on the right TRACK KEEP CODING
1@covolanPosted about 1 year ago@hitmorecode Thanks as aways for the feedback! 😄
I adjusted the button accordingly and the html structure also, and started reading on accessibility on web.dev.
Slowly getting used to include accessibility on the markdown, thanks again for the help!
0 - @ShyneADLPosted about 1 year ago
Nicely done, it's pixel perfect!
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