Select Page

Category: Misc

Tips, Scripts, Tools, Bookmarks, and Inspiration for Web Designers and Developers.

How to create an exit-intent popup?

How to create an exit-intent popup?

Exit-Intent Popup – Screenshot Here is a demo with source code that shows how to initiate any action when a user tries to get off the site or browser’s viewport. A modal with some more information or email signup can be used for lead capturing or driving...
:empty CSS pseudo-class – practical use

:empty CSS pseudo-class – practical use

:blank CSS used to display this cartoon cat when there is nothing to download Often times we have a situation where we have to style elements differently when there is no child element. So there is a feedback message for users for a good user experience. The message...
How to create sidebar navigation for Bootstrap 5 ?

How to create sidebar navigation for Bootstrap 5 ?

After adding CSS – Fixed left sidebar navigation Hello there, initially this was just a mental concept where I got an idea to create a fixed left-sidebar navigation for my tools site (free online web development tools)...
Why Learning HTML and CSS is Essential for Beginners?

Why Learning HTML and CSS is Essential for Beginners?

The internet has become a part of almost every aspect of our lives. It has brought many changes to make your website more attractive and delicate; these changes include text-based websites adding pictures and videos. But behind all websites and web applications, there...
Does Google Adsense work well with Cloudflare?

Does Google Adsense work well with Cloudflare?

Google AdSense with Cloudflare Cache Everything Compliments each other Today, I researched this thing over the internet and saw many people who have the same doubt who are using Cloudflare’s cache (cache everything setting). I had the basic idea that it should...
How to style an anchor tag with no href attribute?

How to style an anchor tag with no href attribute?

style anchor tag with no href attribute In website development, we often come across anchors/link tags that do not have an ‘href’ attribute. This may be due to many reasons like the anchor is used just for a dropdown, or initiation of a modal, and does not...