Pro@programming.dev to Technology@lemmy.worldEnglish · 2 days agoYou no longer need JavaScript: an overview of what makes modern CSS so awesomelyra.horseexternal-linkmessage-square38fedilinkarrow-up1205arrow-down110file-textcross-posted to: Technology@programming.dev
arrow-up1195arrow-down1external-linkYou no longer need JavaScript: an overview of what makes modern CSS so awesomelyra.horsePro@programming.dev to Technology@lemmy.worldEnglish · 2 days agomessage-square38fedilinkfile-textcross-posted to: Technology@programming.dev
minus-squaredreadbeef@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up4·2 days agohorizontal centering is justify-content: center
horizontal centering is
justify-content: center
If display is
flex
.Goes without saying.