Pro@programming.dev to Technology@lemmy.worldEnglish · 3 days agoYou no longer need JavaScript: an overview of what makes modern CSS so awesomelyra.horseexternal-linkmessage-square43linkfedilinkarrow-up1222arrow-down111file-text
arrow-up1211arrow-down1external-linkYou no longer need JavaScript: an overview of what makes modern CSS so awesomelyra.horsePro@programming.dev to Technology@lemmy.worldEnglish · 3 days agomessage-square43linkfedilinkfile-text
minus-squaredreadbeef@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up4·3 days agohorizontal centering is justify-content: center
horizontal centering is
justify-content: center
If display is
flex
.Goes without saying.