admin

65 Posts

How to Change Selected Text Background in TailwindCSS

Working with different background colors for web pages, you may run into problems when the default background color for text selection matches with web...

Show Hide Element with Checkbox in TailwindCSS

When you are working on a complex UI, you may need to hide or show an element based on a checkbox. Developers often use...

Add Overlay on Background Image in TailwindCSS

When you are working on a custom design, you need to add an overlay to make the text visible over an image. In TailwindCSS,...

Blur Background Image in TailwindCSS

Often when you are working on a custom design, you need to make background images blur to make the text visible. In TailwindCSS, you...

2 Ways to Style Scrollbar in TailwindCSS

A custom scrollbar is an awesome thing to have in website design. When working with TailwindCSS, you may want to add custom styles to...

10 Reasons Why You Should Learn TailwindCSS in 2023

1 - Easy to Learn TailwindCSS is easy to learn if you have learned the core concepts of CSS. You must know about CSS box...

TailwindCSS vs Bootstrap | What Should You Learn

  The discussion about TailwindCSS and bootstrap has been a hot topic nowadays. Some people may say it's better to use bootstrap than design with...

How to Add New Local Fonts from File in TailwindCSS

There couple of steps you have to do if you want to add new custom fonts in TailwindCSS. Adding Google fonts in TailwindCSS is...

How to Add Custom CSS or Classes in TailwindCSS

TailwindCSS provides almost everything you need to design an awesome website. If you see something that doesn't exist, you can add it to the...

3 Ways to Add Background Image in TailwindCSS

In TailwindCSS, adding background images is a little frustrating because there is no direct way to add background images. In this guide, you'll learn...

How to Add Google Fonts in TailwindCSS – Complete Guide

In almost every project, you are going to use Google fonts to make your website look beautiful. Adding new fonts in TailwindCSS is a...

How to Add Gradient Background in TailwindCSS

Gradient backgrounds are almost everywhere nowadays. They make the User Interface very pleasing and beautiful for users. TailwindCSS provides different gradient classes to add...

Latest articles