Submitted over 2 years ago
Responsive page using MediaQuerry, CSS, HTML and FlexBox
@IFafaa
Design comparison
SolutionDesign
Solution retrospective
I don't know why, but at the time of responsiveness the divs overlapped each other, so I had to use margins to position the boxes ://
Feedback Welcome !!! :DD
Community feedback
- @karishma-devPosted over 2 years ago
Hey, your solution looks good! I noticed something that at some widths your attribution and main content heading are overlapping. To fix this you could set your
height: 93vh
toheight: 100vh
in the#general_container
element, and add some bottom padding in the body element so your main content and the end of the page would have some space between them.Hope this helps! :)
Marked as helpful0
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