QR code website using flex

Solution retrospective
i don't know what is framework that i use, but i use flex to display.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Mike-Dave
You did a great job! I just wanted to clarify your doubts
display:flex
is just a built-in css property used to create flexible and responsive layouts and not a framework. For modern css layouts (flexbox and grid), while the old style would be (float and clear) which most developers no longer use. Frameworks are pre-written css files e.g Bootstrap, tailwindcss, Bulma etc. By the way you need to master css before learning any framework because frameworks are built on vanilla css. Happy coding!
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