You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmerhumor@lemmy.ml
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.
I refuse to believe that’s CSS. What is that colon at the end even?
It’ll just get ignored. I saw a fucking
padding: 0.0.3rem
at work today, and it just broke the one class.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.
And yet someone on the internet would unsarcastically comment that just adding flex-box would fix it.
Yep, and
align
isn’t a real property, either.How deep does this rabbit-hole go?!