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-square41linkfedilinkarrow-up1222arrow-down112file-text
arrow-up1210arrow-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-square41linkfedilinkfile-text
minus-squaredreadbeef@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up4·2 months agohorizontal centering is justify-content: center
minus-squaretensor_nightly69@lemmy.worldlinkfedilinkEnglisharrow-up10·2 months agoIf display is flex.
horizontal centering is
justify-content: centerIf display is
flex.Goes without saying.