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