this post was submitted on 11 Aug 2025
9 points (100.0% liked)

Programmer Humor

25705 readers
1402 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
top 1 comments
sorted by: hot top controversial new old

Sadly

position: top;

is not valid css. It should say

position: absolute;
bottom: 0px;

Still funny though.