@4rdimanSubmitted over 1 year ago
i don't know what is framework that i use, but i use flex to display.
i don't know what is framework that i use, but i use flex to display.
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!