Latest solutions
Latest comments
- @4rdiman@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!