TailwindCSS
These posts are related to TailwindCSS utility framework.
February 20, 2023
Learn JavaScript with ChatGPT
Want to learn JavaScript but unsure where to begin? Are you interested in studying JavaScript but unsure where to begin? JavaScript is one of the most popular programming languages in the world. It...
ReadFebruary 10, 2023
Tailwind CSS form example
In Tailwind CSS, you can add a custom color by defining it in the theme.extend section of your configuration file (tailwind.config.js). Here's an example:
ReadFebruary 1, 2023
Tailwind CSS custom colors
In Tailwind CSS, you can add a custom color by defining it in the theme.extend section of your configuration file (tailwind.config.js). Here's an example: Then, you can use the custom color in...
ReadJuly 15, 2021
Tailwind CSS tooltip
I prefer to use as little JS as necessary when I build my projects. So when I needed to implement Tailwind CSS tooltip I preferred to do it with CSS only. Thankfully it's pretty easy. You need to...
Read