Design comparison
Community feedback
- Account deleted
Well done on completing the challenge, you did great! but here's my observation though..I checked your work and discovered that your project didn't adapt well to mobile screen but only the desktop screen. Tip: In web design, It is very crucial that Mobile-first approach are always considered first before moving ahead to desktop.
Happy coding!
0 - @jeevan-v-jijoPosted 1 day ago
Congrats on completing the challenge!
Responsive
You used a fixed width for the preview card which is good enough for simple projects like these. Complex projects might require media queries. Your code is pretty responsive ig.
Semantics
Your use of elements like figure, article and main are really good choices for semantics of the page. Really good.
Re-usability
I found that your code uses variables and common class names.
centering techniques
you used the display:flex technique to center the all the stuff, pretty neat.
I gotta admit you did a great job. I got to learn a lot reviewing your code, Thanks!
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