Category: Misc
Tips, Scripts, Tools, Bookmarks, and Inspiration for Web Designers and Developers.
CSS Variables
CSS Variables make code easier to read and change values throughout the project. CSS variables have access to the DOM, which you can change with JavaScript and on media queries. DEMO: Open demo in a full window –...
CSS – Media queries for (smaller to bigger) and (bigger to smaller) size
When it comes to real website development and big projects, it is sometimes better to use both approaches to get the desired results. So following are the media queries approach I follow to create responsive websites. /* Mobile First Approach – Smaller to Bigger...
How to redirect http:// to https:// through WordPress settings?
How to redirect http:// to https:// through WordPress settings Step 1 Go to your admin panel with /wp-admin url at the end of your domain name Step 2 Login with your administrator credentials. Step 3 Go to [Settings > General] and change Site Address URL to https://...
Mobile responsive header menu with infinite list items – layout
The following layout is built with HTML, CSS, jQuery, Bootstrap (included), Font awesome 5. You can also see a loading gif icon being loaded every time the page reloads. Demo Open demo in a full window –...
Blog