Pro@programming.dev to Technology@lemmy.worldEnglish · 10 days agoYou no longer need JavaScript: an overview of what makes modern CSS so awesomelyra.horseexternal-linkmessage-square20linkfedilinkarrow-up1158file-textcross-posted to: Technology@programming.dev
arrow-up1158external-linkYou no longer need JavaScript: an overview of what makes modern CSS so awesomelyra.horsePro@programming.dev to Technology@lemmy.worldEnglish · 10 days agomessage-square20linkfedilinkfile-textcross-posted to: Technology@programming.dev
minus-squareClay_pidgin@sh.itjust.workslinkfedilinkEnglisharrow-up1·edit-210 days agoLol, I am on chromium 138 and it still doesn’t work! Nevermind, it was vertical centering. I see. Progress!
minus-squaredreadbeef@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up3·10 days agohorizontal centering is justify-content: center
Lol, I am on chromium 138 and it still doesn’t work!
Nevermind, it was vertical centering. I see. Progress!
horizontal centering is
justify-content: center
If display is
flex
.Goes without saying.