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...

How to create a custom scrollbar using CSS?

Although scrollbar has just a small area on the web browser, to me — as an interface designer — it’s not that tiny, nor okay to ignore. If you care about every small...

How to automatically update the copyright year?

If your website is still showing “© 2019” and it should be “© 2020” then take the chance to update once and have it correct forever using one in all the code snippets below: Current year...

How to change background color with infinity loop?

You don't need jQuery for making this trick. You can use simple CSS animation instead, and it will be more performance and simplicity. In my example, we just add a...

How to create a custom page template in a wordpress theme?

If you want to create a custom page template in your WordPress theme then don't worry in this article, we will teach you how to create a custom page template...

jQuery Countdown Timer with Minutes & Seconds

Today we are going to create a Countdown timer that shows minutes & Seconds. How to Create jQuery Countdown Timer with Minutes & Seconds In the initial step, you need...

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? <select> <optgroup label="select one option"> <option>one</option> <option>two</option> <option>three</option> <option>four</option> <option>five</option> </optgroup> </select>...

May I Help You?