CSS Humor

Fingernail Background Black

.fingernail { background: #000; }

From @PeterKammerer

How to Land Your Dream Job Without Tons of Experience Body Background Color White

/* How to land your dream job without tons of experience */
body { background-color: #ffffff; }

From @_SLVaughn

Window Opacity 0.02

.window { opacity: 0.02; }

From @imno6

Me Position Relative Bottom 500 Pixels

.me { position: relative; bottom: 500px; }

From @orcanoid

Stubborn Position Fixed

.stubborn { position: fixed; }

From Pedro Lopes

Smart Sniper Cursor Crosshair Visibility Hidden

.smartsniper { cursor: crosshair; visibility: hidden; }

From @Rosuav

Poop Position Sticky

.poop { position: sticky; }

From @bmakuh

Poop Overflow Y Auto

.poop { overflow-y: auto; }

From @CacheControl

Poop Bottom 100%

.poop { bottom: 100%; }

From @bmakuh

Paradise Papers Opacity 100% Paradise Papers Exposed Opacity 75%

#ParadisePapers { opacity: 1; }
#ParadisePapers.exposed { opacity: 0.75; }

From @BastienHo