November 24, 2020 by ARyan MAurya
How to create pulse effect animation CSS?
I’ve been playing around the past week with this CSS animation and that I thought that it would be nice and useful to write down a brief article about how we will create it.
November 17, 2020 by ARyan MAurya
How to customize input type=”file” using CSS?
A tutorial on how to style and customize input type=”file” in a very semantic, accessible way using the element with CSS only. No need to add a single line jquery code.
November 12, 2020 by ARyan MAurya
How to create a custom scrollbar using CSS?
To customize your website’s scrollbar, there are only a couple of lines of code in your CSS file needed. You don’t even need to write JavaScript to customize it!
October 27, 2020 by ARyan MAurya
How to change background color with infinity loop?
Today we are going to teach you how to change the text color or background color with an infinite loop.
October 23, 2020 by ARyan MAurya
jQuery Countdown Timer with Minutes & Seconds
Today we are going to create a Countdown timer that shows minutes & Seconds.
October 20, 2020 by ARyan MAurya
How to change the text color of select option?
Have you ever wanted to change the text color of a select option element of a drop down?