My favorite CSS hack.

#article #tutorial #css
@thedevs

https://kutt.it/oTRG6k

1 comment

Can actually be a lot simpler:
html * {
background: rgba(255, 0, 0, .1);
box-shadow: 0 0 0 1px red;
}