this post was submitted on 26 Mar 2024
247 points (94.3% liked)
Programmer Humor
32371 readers
475 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I refuse to believe that's CSS. What is that colon at the end even?
It’s a typo. The colon should be a semicolon. But since it’s the last declaration, it’s optional.
I don't think bottom is a valid value for the position property either.
Yep, and
align
isn’t a real property, either.How deep does this rabbit-hole go?!
And yet someone on the internet would unsarcastically comment that just adding flex-box would fix it.
It'll just get ignored. I saw a fucking
padding: 0.0.3rem
at work today, and it just broke the one class.