YoorWeb@lemmy.world to Programmer Humor@lemmy.ml · 2 年前CSS Humormessage-squaremessage-square16linkfedilinkarrow-up1265arrow-down116file-text
arrow-up1249arrow-down1message-squareCSS HumorYoorWeb@lemmy.world to Programmer Humor@lemmy.ml · 2 年前message-square16linkfedilinkfile-text
minus-squarelurch (he/him)@sh.itjust.workslinkfedilinkarrow-up46arrow-down1·2 年前I refuse to believe that’s CSS. What is that colon at the end even?
minus-squarebleistift2@feddit.delinkfedilinkEnglisharrow-up33·2 年前It’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 年前I don’t think bottom is a valid value for the position property either.
minus-squarebleistift2@feddit.delinkfedilinkEnglisharrow-up27·2 年前Yep, and align isn’t a real property, either.
minus-squarexmunk@sh.itjust.workslinkfedilinkarrow-up8arrow-down2·2 年前And yet someone on the internet would unsarcastically comment that just adding flex-box would fix it.
minus-squaremicka190@lemmy.worldlinkfedilinkarrow-up10·2 年前It’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
alignisn’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.3remat work today, and it just broke the one class.