From the course: CSS for Developers

Unlock this course with a free trial

Join today to access over 24,800 courses taught by industry experts.

Using CSS frameworks

Using CSS frameworks - CSS Tutorial

From the course: CSS for Developers

Using CSS frameworks

- [Instructor] Similar to other programming languages, CSS leverages frameworks to speed up development. They run the gamut in terms of how they work, but generally speaking, they offer a structured approach to styling along with ready-made styles for common elements and design patterns. Also, similar to other programming languages, there's no shortage of opinions on whether or not these frameworks are worth using. Some developers swear by them and wouldn't start a project without them, while others think they add unnecessary setup and overhead or maybe too many constraints on a project. Regardless of opinion, the fact is that these frameworks do exist and you should know about them in case you want to use them or you're working on a project that has already adopted one. Some common CSS frameworks include Bootstrap, Tailwind CSS, Foundation, and quite a few others. Let's take a look at just a couple of these to give you an idea of the landscape. First, let's look at Bootstrap. It's…

Contents