Pro@programming.dev to Technology@lemmy.worldEnglish · 2 months agoYou no longer need JavaScript: an overview of what makes modern CSS so awesomelyra.horseexternal-linkmessage-square23linkfedilinkarrow-up134arrow-down12file-text
arrow-up132arrow-down1external-linkYou no longer need JavaScript: an overview of what makes modern CSS so awesomelyra.horsePro@programming.dev to Technology@lemmy.worldEnglish · 2 months agomessage-square23linkfedilinkfile-text
minus-squaredreadbeef@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·2 months agohorizontal centering is justify-content: center
horizontal centering is
justify-content: centerIf display is
flex.