1

Beginner Tailwind CSS Course

Tutorial - Beginner beginnertailwind.com

CSS Tailwind CSS

Tailwind makes writing CSS easier and lets us customize our designs faster than any other CSS framework. If you want a CSS framework that has pre-built components, then Tailwind may not be for you. If you want a CSS framework that lets you design quickly and customize your site, then Tailwind is gonna be a lot of fun.


After using Bulma to build Scotch.io, my CSS files became littered with my own !important classes to override the framework's styles. Tailwind doesn't have the !important problem since all our elements are designed on the fly.


Important Note: Tailwind lets us design quickly, but this doesn't mean that you don't need CSS knowledge however. To use Tailwind, you need to have a good understanding of CSS properties. In this course, we will learn Tailwind and we'll also learn CSS concepts to create good looking designs. Tailwind is the ultimate CSS shorthand, but we still need to learn the CSS, which we'll do in this course.


"This isn't just a Tailwind course. This is also a "learn how to design with CSS" course.


The hardest things about learning Tailwind is memorizing the classes and also knowing which classes go well together. We'll be writing a lot of Tailwind in this course so that the repetition will help us commit Tailwind classes to memory.