Responsive landing page using float - result summary component

Solution retrospective
I'm glad that I was able to complete this project and I've been able to learn a lot from this project to complete this project. I decided to try using Float in this project although I could use Flexbox or CSS grid. I just wanted to try something new and I guess it worked perfectly. Next time, I would try using flexbox and CSS grid since I've learnt it better now.
What challenges did you encounter, and how did you overcome them?Initially, I tried using Flexbox cause I just started learning about it but it got kinda messy and I had to look for alternatives. Later on, I learnt about CSS grid and Float and I decided to use Float for this project and it worked!!
What specific areas of your project would you like help with?I would like to try out using frameworks to build this project. And I'm still trying to learn how to use linear gradient and CSS colors generally.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @jabo-arnold-landry
I would recommend you to first understand the layout design using flex box and grids because float was used in previous years before flex and grid and it was used to make layout and then they introduced flex box and grids to help make a more responsive and good looking layout so float is not recommended to use it for layout even though it is still being applied.
And the reason for this is that flex and grid provide more tools and ways to make responsive layout without using media queries or container queries which float can't, My advice to you would be to first understand those two layout concept and then jump to framework because flex and grid are now the most used building blocks to build layout.
And you did a great job continue with the flow you will get there.
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