Skip to main content

Posts Tagged ‘tailwind css’

Getting Lost In The Code

A Beginner’s Guide to Using Tailwind CSS

Tailwind is a CSS framework that contains utility classes so that you don’t have to write CSS from scratch. It allows you to create and customize your design in a unique way. So, if you have designed websites before, you must know that CSS is required for styling a website. To learn Tailwind, you need […]

Shot of a team of executives having a formal meeting in a boardroom

Introduction to Tailwind CSS  

What is Tailwind CSS? Tailwind is a utility CSS library that allows developers to use the styling properties within the HTML file. It is done by labeling the class name as styling properties. Instead of defining the class name such as Navbar, and Footer, developers can define the classes as styling properties. Such as display […]

Person working on data security

Should We Use Tailwind CSS?

Tailwind CSS is a CSS framework described as follows: “A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup”. – Tailwind CSS official documentation Tailwind’s goal is to “Rapidly build modern websites without ever leaving your HTML” (tailwind css 2022). If you ask me, this is quite a […]