flamingos-cant (hopepunk arc)@feddit.uk to Programmer Humor@programming.devEnglish · 3 months agoBeastlyfeddit.ukimagemessage-square91linkfedilinkarrow-up1980arrow-down143
arrow-up1937arrow-down1imageBeastlyfeddit.ukflamingos-cant (hopepunk arc)@feddit.uk to Programmer Humor@programming.devEnglish · 3 months agomessage-square91linkfedilink
minus-squareSpatchyIsOnline@lemmy.worldlinkfedilinkarrow-up39·3 months agodisplay: grid for a single element feels kinda cursed to me
minus-squareorca@orcas.enjoying.yachtslinkfedilinkarrow-up9·3 months agoIt definitely is lol. You’d use this for a landing page content container or something.
minus-squareundefinedTruth@lemmy.ziplinkfedilinkarrow-up12·3 months agoAh, I remember the days when they used to be using PNGs for those.
minus-squareundefinedTruth@lemmy.ziplinkfedilinkarrow-up2·3 months agoIE6 didn’t support PNGs? I guess I could misremember but I am fairly sure it did.
minus-squarejestho@lemmy.ziplinkfedilinkarrow-up4·3 months agoNot transparent PNGs without using some cursed vendor css filter stuff
minus-square𝕱𝖎𝖗𝖊𝖜𝖎𝖙𝖈𝖍@lemmy.worldlinkfedilinkarrow-up7·3 months agoJust throw it in a flexbox with margin: auto
display: gridfor a single element feels kinda cursed to meIt definitely is lol. You’d use this for a landing page content container or something.
Now make it work on IE6.
deleted by creator
Ah, I remember the days when they used to be using PNGs for those.
deleted by creator
PNGs!? Oh sweet summer child…
IE6 didn’t support PNGs? I guess I could misremember but I am fairly sure it did.
Not transparent PNGs without using some cursed vendor css filter stuff
flex gang where
I use flex for most stuff 💪🏼
Just throw it in a flexbox with
margin: auto