flamingos-cant (hopepunk arc)@feddit.uk to Programmer Humor@programming.devEnglish · 10 hours agoBeastlyfeddit.ukimagemessage-square69fedilinkarrow-up1670arrow-down130
arrow-up1640arrow-down1imageBeastlyfeddit.ukflamingos-cant (hopepunk arc)@feddit.uk to Programmer Humor@programming.devEnglish · 10 hours agomessage-square69fedilink
minus-square𝕱𝖎𝖗𝖊𝖜𝖎𝖙𝖈𝖍@lemmy.worldlinkfedilinkarrow-up3·1 hour agoJust throw it in a flexbox with margin: auto
minus-squareSpatchyIsOnline@lemmy.worldlinkfedilinkarrow-up19·4 hours agodisplay: grid for a single element feels kinda cursed to me
minus-squareorca@orcas.enjoying.yachtslinkfedilinkarrow-up2·3 hours agoIt definitely is lol. You’d use this for a landing page content container or something.
Just throw it in a flexbox with
margin: autoNow make it work on IE6.
After adding rounded corners.
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.