Submitted over 4 years ago
Responsive layout built using CSS3, HTML5 and Javascript
@guarmo
Design comparison
SolutionDesign
Solution retrospective
Feedbacks welcome
Community feedback
- @ovidiuantonioPosted over 4 years ago
Hello Armando,
Nice solution! You did a really good job! Try to find a better breakpoint for the mobile version, 450px is too late, to make it better. And for the bg pattern you can round just one corner by using
border-bottom-left-radius
.These are the media queries I use in every solution:
- 0-600px (mobile)
- 600-900px (tab port)
- 900-1200px (tab land)
- 1200px (large screens)
Happy coding! Keep going!
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