How to create a slide-in menu using HTML, CSS, jQuery
In the following post, I will show you how I displayed a slide-in menu in one of my front-end UI development projects.
Tips, Scripts, Tools, Bookmarks, and Inspiration for Web Designers and Developers.
In the following post, I will show you how I displayed a slide-in menu in one of my front-end UI development projects.
Please have a look at the demo to get the CSS codes to change color of the scrollbar. The following example creates a thin (10px wide) scrollbar, which has a grey track/bar color and a red handle:
Hello there, today I met a situation where I had to change the animation of a bootstrap 4 modal and figured out this solution. Please have a look at it from the demo below.
I have been into many situations while converting designs to HTML where designs demanded a custom select menu. There is a simple solution to this by W3Schools. You can copy and modify what’s needed without getting deep down to the basics and mechanism.
Hello guys, here’s a way I found to add an Instagram feed widget with load more button to your website. Please have a look at the demo below with HTML and JS included.
Here is how you can add a custom arrow to a “select” HTML element by simply using a background image.