[VIP] Scrimba: Learn Tailwind CSS

Tailwind CSS is a utility-first framework for rapidly building custom designs. This tutorial will teach your Tailwind from scratch, using a mix of lectures and interactive coding challenges.

Nov 1, 2021 - 01:23
Dec 7, 2023 - 06:46
 0  98
[VIP] Scrimba: Learn Tailwind CSS

Prerequisites​

Before taking this course, you should have a basic understanding of HTML and CSS. Here’s our suggested resource to get you up to speed.

Why this course rocks​

During this course, we will be exploring the features of Tailwind CSS. As a quick recap, Tailwind is a utility-first framework designed to speed up the design process by completely removing the need for custom CSS. In the past, every HTML element would get a single class and that class would contain a lot of custom CSS in a separate CSS file. Though this is still the general practice, this practice leads to huge CSS files, reduces the ease of maintaining CSS, and yields an overall poorer developer experience.
Another advantage of a utility framework is its superior performance with caching due to not busting the cache for small CSS changes. Tailwind has been designed with incredibly sensible defaults to make your designs look and feel "polished" and "designed" through the careful use of color palettes, color shades, sizing consistency, and modern web best practices. It's also worth noting, that Tailwind is mobile-first and has an easy naming convention with responsive designs built-in.
Need some customizations? Tailwind's robust customization system will allow you to customize/tweak/modify everything in the framework through the use of the tailwind.config.js file. The customizations of Tailwind are beyond the scope of this course but rest assured that the default Tailwind classes are almost always exactly what you will need.

What's Your Reaction?

like

dislike

love

funny

angry

sad

wow