Pro@programming.dev to Technology@lemmy.worldEnglish · 7 hours agoYou no longer need JavaScript: an overview of what makes modern CSS so awesomelyra.horseexternal-linkmessage-square19fedilinkarrow-up1104arrow-down15file-text
arrow-up199arrow-down1external-linkYou no longer need JavaScript: an overview of what makes modern CSS so awesomelyra.horsePro@programming.dev to Technology@lemmy.worldEnglish · 7 hours agomessage-square19fedilinkfile-text
minus-squareClay_pidgin@sh.itjust.workslinkfedilinkEnglisharrow-up26arrow-down2·5 hours agoIs it finally possible to align things on the first try with CSS?
minus-squaredreadbeef@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up2·2 hours agohttps://build-your-own.org/blog/20240813_css_vertical_center/
minus-squareClay_pidgin@sh.itjust.workslinkfedilinkEnglisharrow-up1·edit-21 hour agoLol, I am on chromium 138 and it still doesn’t work! Nevermind, it was vertical centering. I see. Progress!
minus-squaredreadbeef@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·55 minutes agohorizontal centering is justify-content: center
Is it finally possible to align things on the first try with CSS?
https://build-your-own.org/blog/20240813_css_vertical_center/
Lol, I am on chromium 138 and it still doesn’t work!
Nevermind, it was vertical centering. I see. Progress!
horizontal centering is
justify-content: center
No.