# WHAT I LEARNT USING TAILWINDCSS BUILDING A PROJECT. Tailwind css is CSS framework that allows you to style elements directly in your HTML using classes and also tailwindcss styles our HTML structure using classes to style and make the html look good one thing with tailwind is that it is more easy and also more stress free than css because using your css we must create a css file but using tailwind we only need to download our tailwind configfiles and others then we can start using our tailwind in our html using clases to style them. Instead of writing css you apply classes to your html tags and give it the specific styles you want. I build a website for furnitures using tailwind and lot of things i experience is that tailwind you don't need to say background-color: blue; we simply use bg-blue-500 simple and why we use these numbers is for the lightness and darkness of how we want to color to be to either be darker or brighter and also tailwind we simply use (pt) for padding top and (pb) for padding bottom so these makes Tailwind more easy and also stress free. and it also makes my work to look good and easy other thing is that tailwind makes your work to look neat and arrange css do too but using classes and id's.