YoorWeb@lemmy.world to Programmer Humor@lemmy.ml · 2 years agoCSS Humormessage-squaremessage-square16linkfedilinkarrow-up1261arrow-down115file-text
arrow-up1246arrow-down1message-squareCSS HumorYoorWeb@lemmy.world to Programmer Humor@lemmy.ml · 2 years agomessage-square16linkfedilinkfile-text
minus-squarelurch (he/him)@sh.itjust.workslinkfedilinkarrow-up45arrow-down1·2 years agoI refuse to believe that’s CSS. What is that colon at the end even?
minus-squarebleistift2@feddit.delinkfedilinkEnglisharrow-up33·2 years agoIt’s a typo. The colon should be a semicolon. But since it’s the last declaration, it’s optional.
minus-squarehibsen@lemmy.worldlinkfedilinkarrow-up18·2 years agoI don’t think bottom is a valid value for the position property either.
minus-squarebleistift2@feddit.delinkfedilinkEnglisharrow-up27·2 years agoYep, and align isn’t a real property, either.
minus-squarexmunk@sh.itjust.workslinkfedilinkarrow-up8arrow-down2·2 years agoAnd yet someone on the internet would unsarcastically comment that just adding flex-box would fix it.
minus-squaremicka190@lemmy.worldlinkfedilinkarrow-up10·2 years agoIt’ll just get ignored. I saw a fucking padding: 0.0.3rem at work today, and it just broke the one class.
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.