Second front-end mentor challenge using only HTML and CSS
Design comparison
Solution retrospective
I haven't yet learnt about responsive design, so I'd love feedback on the design for a 1440px desktop. Thanks!
Community feedback
- @SankThomasPosted about 4 years ago
Hey @0sophietaylor, I've gone through your code. I've noticed you've defined actual heights for your containers, .central box, .left-box...usually when you do this, what happens when scaling down to smaller screens is that the content, when it becomes bigger, will go outside of the defined height, which is why you can see the writings are overlapping.
So, I recommend you use paddings or margins (from my own personal experience) instead because they will always remain when scaling down unless you redefine them in your @media queries (responsive design).
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