#TailwindCSS

Interdum et malesuada fames ac ante ipsum primis in faucibus?

Admin

4 min read • 1,570 views

When coding an application from scratch, you want it to reflect your unique brand, be responsive on any device, and be easy to write and maintain — and those are probably just a few items on your wishlist.


Developer learning what Tailwind CSS is and how to use it

By building with Tailwind CSS, you can check these items off your list. Tailwind CSS is a framework for quickly building and customizing applications without writing custom CSS.


To understand why over 200,000 active websites on the internet use Tailwind CSS, let's cover:

  • what Tailwind CSS is
    • what benefits it offers
    • why use Tailwind over other CSS frameworks
  • Tailwind CSS examples


The HTML contains six utility classes. Let's break down each one below:

  • h-10:  This class sets the button to a fixed height of 10 units.
  • px-6: This class sets the horizontal padding of the button to 6 units.
  • font-semibold: This class sets the font weight of the button to semibold.
  • rounded-md: This class sets the border radius of the button so it has rounded corners.
  • bg-black: This class sets the background color of the button to black.
  • text-white: This class sets the text color of the button to white.

Admin user

This is a small description of the admin's profile. Some of the images are used as reference from source.unsplash.com