Pro@programming.dev to Technology@lemmy.worldEnglish · 9 months agoYou no longer need JavaScript: an overview of what makes modern CSS so awesomelyra.horseexternal-linkmessage-square42fedilinkarrow-up1226arrow-down112file-textcross-posted to: [email protected]
arrow-up1214arrow-down1external-linkYou no longer need JavaScript: an overview of what makes modern CSS so awesomelyra.horsePro@programming.dev to Technology@lemmy.worldEnglish · 9 months agomessage-square42fedilinkfile-textcross-posted to: [email protected]
minus-squaredreadbeef@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up5·9 months agohorizontal centering is justify-content: center
horizontal centering is
justify-content: centerIf display is
flex.Goes without saying.