Vertically Center Align a div in Tailwind CSS
Tailwind CSS is a utility-first CSS framework that provides us with a set of pre-defined CSS classes that we can use to make web development faster. In this article, we…
Read moreFix Unknown at rule @tailwindcss(unknownAtRules)
If you are working with the popular front-end framework, Tailwind CSS, then you might have seen an error message indicating an unknown at rule “@tailwindcss” in your code editor, Visual…
Read moreHow to use calc() in tailwind CSS
Tailwind CSS provides utility classes for rapid UI development. The calc() CSS function allows complex calculations to determine element sizes responsively. Here’s how to leverage calc() with Tailwind CSS for…
Read moreHow to create a horizontal list using HTML and CSS
In this post, we will learn how to create and display list items horizontally in CSS. In HTML, to create any list of items we use the <ul> or <ol>…
Read more