Blog
February 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...
ReadAugust 5, 2021
How I Earned 💰$3mil+ On The Internet and What Was the Trick to Beat The Competition
Programming was my passion. I did it for years before I started thinking about how to make money out of it. At that time, I was doing desktop software (freeware/shareware) for Windows coded 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