Otter@lemmy.ca to Programming@programming.devEnglish · 3 个月前CSS finally adds vertical centering in 2024build-your-own.orgexternal-linkmessage-square72fedilinkarrow-up1328arrow-down14cross-posted to: webdev@programming.devhackernews@lemmy.smeargle.fans
arrow-up1324arrow-down1external-linkCSS finally adds vertical centering in 2024build-your-own.orgOtter@lemmy.ca to Programming@programming.devEnglish · 3 个月前message-square72fedilinkcross-posted to: webdev@programming.devhackernews@lemmy.smeargle.fans
minus-squarebitjunkie@lemmy.worldlinkfedilinkarrow-up17·3 个月前That’s because under flexbox for horizontal alignment you use a different property called justify-content.
minus-squarerefalo@programming.devlinkfedilinkarrow-up4arrow-down2·3 个月前Right, which isn’t confusing at all /s
minus-squarebitjunkie@lemmy.worldlinkfedilinkarrow-up2·3 个月前There’s a learning curve but it makes sense once you’ve used it for a bit. I recommend the frog game: https://flexboxfroggy.com/
That’s because under flexbox for horizontal alignment you use a different property called
justify-content
.Right, which isn’t confusing at all /s
There’s a learning curve but it makes sense once you’ve used it for a bit. I recommend the frog game: https://flexboxfroggy.com/