Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Most proud:
- successfully created the grid layout on mobile and desktop
- a more smoother transition for responsiveness from smaller screen size to larger ones than the last project
what i would do differently:
- I am still experimenting with the different approaches on whether to start on mobile or desktop first so maybe possibly try desktop first next time and see it is more effective with less css code
challenge 1 and solution: trying to condense the cards layout from the mobile desktop to a more condensed version on desktop:
- I had used a media query and when the width was minimum 786px (larger than tablet) then the max width of the main container would drop to 70% and have no margin and the body would display flex and use justify center and align items to center the main container holding the cards, i would also drop the font sizes of the content
- any bad practises in the code that i need to change
- suggestions on better ways i could have approached this -any major design detail i may have missed to implement
Community feedback
- @kayan2004Posted 4 months ago
-Nice html code overall, great use of semantic elements. -The code is somewhat accessible ( you used the alt property for images)
- The layout looks good on most screens.
- The HTML and CSS code is well structured and very much reusable. -There's not really much difference between the solution and the design
1@Shakil-aPosted 4 months ago@kayan2004
Thank you for the comment, I really appreciate it ❤️
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