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-square42fedilinkarrow-up1224arrow-down111file-textcross-posted to: Technology@programming.devlobsters
arrow-up1213arrow-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-square42fedilinkfile-textcross-posted to: Technology@programming.devlobsters
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.