CSS Frameworks
Now that we've seen the basics of CSS at the very beginning, and we've seen package managers,
we can look at CSS frameworks.
History
Historically, the best known was Bootstrap, which was the first to solve the problem of responsive design
by offering the famous column system, and the famous grid system.
Except that it's very heavy, not very flexible, and if you want to get out of its framework, you quickly get stuck!
Then, CSS evolved, with flexbox and grids, which make things easier and cleaner,
and which allows you to place elements as you wish without racking your brains!
After a few years, many CSS frameworks have been created, and have been very popular, and very used.
Popular CSS Frameworks
Today, one of the most used and most popular is Tailwind CSS.
but there are REALLY A LOT!
- MUI
- Ant Design
- Chakra UI
- Material UI
- Semantic UI
- Tailwind CSS
- Bootstrap
- Foundation
- Bulma
- Pure CSS
- ... etc ...
It's all a matter of taste, some will love Bootstrap, or MUI, and others won't at all!