Best of Tailwind CSSFebruary 2021

  1. 1
    Article
    Avatar of hashnodeHashnode·5y

    Free Tailwind CSS resources

    Tailwind CSS is a utility-first CSS framework for rapid UI development. In this article, I collected free resources for you to get started with Tailwind CSS. Kometa UI Kit includes over 130 sections, built with tailwind CSS, for your awesome projects.

  2. 2
    Article
    Avatar of devdojoDevDojo·5y

    Tailwind CSS — all you need to know to get started

    Tailwind encourages and facilitates a utility-first approach where you write as few custom styles as possible. For this reason, Tailwind CSS isn't really a CSS framework such as Bootstrap or Bulma. The most important part of learning how to use Tailwind is actually using its classes.

  3. 3
    Article
    Avatar of css_tricksCSS-Tricks·5y

    The Things I Add to Tailwind CSS Right Out of the Box

    In every project where I use Tailwind CSS, I end up adding something to it. Some of these things I add in every single project. What do you add to Tailwind in your projects? Is there something you can’t do without? Let me know in the comments! I’d love ideas to start incorporating into other projects.

  4. 4
    Article
    Avatar of hashnodeHashnode·5y

    Tailwind zooming background images

    Learn how to make a cool background zoom effect in Tailwind CSS. We will need cards that have an image and some text inside. Each card will look like this. We can add custom background images using the bg sub class. We then add transition and a transform to give it a nice animated effect.