Skip to content
Carlo Fontanos
Carlo Fontanos

Carlo Fontanos

Software Engineer

I build web applications and share what I learn along the way.

© 2026

CSS

40 tutorials

Step-by-step programming tutorials on PHP, JavaScript, Laravel, WordPress and more.

CSS Intermediate

light-dark(): Two-Mode Colors in One Declaration

Half your dark-mode CSS is pairs of rules flipping the same property. light-dark() collapses each pair into one line - and color-scheme unlocks free dark UI from the browser itself.

2 min 1,149
CSS Intermediate

z-index: 99999 Isn't Working Because of Stacking Contexts

When a dropdown hides behind a header despite a huge z-index, the number is not the problem - the element is trapped in a stacking context. Here is the mental model and the debugging routine.

3 min 969
CSS Beginner

:empty - Hide Containers That Have Nothing to Say

Notification badges showing "0", alert boxes rendering as empty bordered rectangles, list wrappers with padding and no list - :empty cleans up after your templates.

2 min 1,013