Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I realy improve on the way i use grid and flex box !! I use less usless than i used before.
Community feedback
- @SurajCaseyPosted 20 days ago
Your solution looks good. It also has a lot of room for improvement. The codes looks redeable. It is responsive for the most screen sizes. There is seperate hero image and footer image for the mobile screen which you could have used. You could make vertical line in page number by using this html and css.
<div class="vertical-line"></div> .vertical-line{ width: 1px; height: 80px; background-color: hsl(240, 18%, 85%); } Overall, looks good. Goodluck!Marked as helpful0@loiccapePosted 19 days agoThank mate for the comment it will help me for sure @SurajCasey
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