How it works What it captures Compare Pricing Blog Join the waitlist
The Loupely Lens blog

Four rules, one button. Watch which one wins.

Toggle the rules on and off. The button takes whichever one the browser actually applies, not the one you'd expect.

Read: which style rule wins

CSS Cascade Conflicts

CSS Transition Not Working? Here’s How to Find What’s Blocking It

You set the transition. You hovered over the element. It snapped straight to the end state with no motion at all, like the line you wrote isn’t even on the page. Or the entrance animation that played fine in the builder preview is dead on the live site, the section just sitting there, fully visible, […]

Read article

Specificity & Cascade

CSS specificity calculator: which style rule wins

There’s a moment that happens on almost every site with more than a handful of plugins or a page builder involved. You add a CSS rule. You save it. You refresh. Nothing changes. Someone, somewhere, tells you it’s a “specificity conflict.” They send you to a calculator. You paste your selector in, you get a […]

Read article

CSS & Visual

CSS border not showing: why your border disappeared and how to find the override

You added a border. You saved, refreshed, cleared the cache. The border isn’t there. Or it was there last week, and now it isn’t, and you haven’t touched that element since. That’s not a mistake on your end. That’s a visibility problem. Something in the CSS is overriding the border you set, and without a […]

Read article

CSS & Visual

Inspect Element: How to Use It Without Knowing CSS

The first time I opened Inspect Element on a live site I was managing, I groaned. Not quietly. There was this panel full of text and crossed-out lines and values I didn’t recognize, and somewhere in there was the answer to why a section wouldn’t sit where I needed it to sit. I could not […]

Read article