Responsive Landing page using css Flex

Solution retrospective
Please share how i can make the site more size responsive
Please log in to post a comment
Log in with GitHubCommunity feedback
- @AdrianoEscarabote
Hi Omokefe Ovie David, how are you?
I really liked the result of your project, but I have some tips that I think you will enjoy:
To make it easier to make a website responsive, avoid using absolute measurement units in small resolutions as much as possible, to adapt these measurements it is always necessary to use a lot of
media query
and this ends up making the code very extensive! and that's not very cool.so in smaller resolutions, prefer to program using % help, because we will have a content related to the screen size, so it will adapt between resolutions and will not be a standard size!
The rest is great!
I hope it helps... 👍
Marked as helpful
Join 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