My favorite CSS hacks

My favorite CSS hacks [Thumbnail image]
As it is with every coding language, there are several shortcuts or hacks with CSS that allow you to write cleaner code, improve design elements, and save valuable time. Furthermore, you can directly insert these snippets to your site using a code editor. And here is my favorite CSS Hacks. Inherit box sizing The border-box […]

Detect dark or light system mode

Detect dark or light system mode [Thumbnail image]
As developer, I do prefer dark schema for system and all my apps except Gmail on mobile 🙂 Emails still not so friendly for dark theme mode 🙂 Detect with CSS media query The prefers-color-scheme CSS media feature is used to detect if the user has requested a light or dark color theme. The user […]

Mobile friendly Responsive images with CSS

Mobile friendly Responsive images with CSS [Thumbnail image]
The term “responsive images” has come to mean “responsive images in HTML”, in other words, the srcset and sizes attribute for <img> and the <picture> element. But today I want to talk about a common issue, when image go outside container. srcset in CSS In HTML, srcset is like this: And this is good and correct way we know, but what we can […]

Track UTM parameters for HubSpot forms like a BOSS

Track UTM parameters for HubSpot forms like a BOSS [Thumbnail image]
I think a Tracking URL is a good feature for marketing perspectives. Tracking URLs help you measure the effectiveness of your marketing campaigns by providing information to HubSpot when visitors access your site through the URL. Create a tracking URL when you want to track traffic from a campaign to a page with the HubSpot […]

WP plugin: Elementor Multidomain Support

WP plugin: Elementor Multidomain Support [Thumbnail image]
This plugin will help those who have a Multilanguage website with a multi-domain structure, the plugin will add to Elementor Page Builder the support for multi-domains structure. The source code of plugin can be found here https://github.com/reatlat/wp-elementor-multidomain-support Plugin available in WordPress repository, and also you can download it from GitHub