CHECKING STATUS
I AM LISTENING TO
|

ARCHIVE.

Let’s Talk!

Looking for a reliable partner to bring your project to the next level? Whether it’s development, design, security, or ongoing support—I’d love to chat and see how I can help.

Get in touch,
and let’s create something amazing together!

Flip cards (also known as flash cards) are interactive elements that reveal hidden content when flipped—mimicking the behavior of physical cards. They’re engaging, space-efficient, and increasingly popular for product showcases, team member profiles, quiz applications, and educational tools. This comprehensive guide explores various techniques for implementing flip cards using CSS and JavaScript. Introduction to Flip […]

In modern web design, sticky elements have become essential for creating intuitive user experiences. Whether it’s a navigation bar that follows you as you scroll, a sidebar that stays visible, or a call-to-action button that remains accessible, sticky elements improve usability and engagement on websites. In this comprehensive guide, we’ll explore different approaches to implementing […]

I am all about Sass. So organzing my CSS code has become a mission of mine :) A POSSIBLE STRUCTURE Structure is especially needed, when you are not the only one working on the design. So that everyone on the team can easily understand and contribute with ease. There are never too many files, as […]

There are several effective CSS techniques to maintain container aspect ratios without JavaScript. Here are the most reliable methods: 1. Aspect-Ratio Property (Modern Approach) The aspect-ratio CSS property is the cleanest solution for modern browsers: 2. Padding-Bottom Technique (Legacy Support) This classic method uses padding percentages, which are calculated relative to the container’s width: Common […]

relative sizes, so that fonts and elements resize accordingly. CURRENT RELATIVE UNITS CALCULATION If not set differently, 1 em equals 16 Pixel in most browsers, which gives us a calculation basis. Preset value = 16PX = 100% or 1EM or 1 REM So 1/16 = 0,0625 is our calculation factor. PX EM 1 = 0,0625 12 […]

2 / 22