Otter@lemmy.ca to Programming@programming.devEnglish · 5 months agoCSS finally adds vertical centering in 2024build-your-own.orgexternal-linkmessage-square71fedilinkarrow-up1327arrow-down14cross-posted to: [email protected][email protected]
arrow-up1323arrow-down1external-linkCSS finally adds vertical centering in 2024build-your-own.orgOtter@lemmy.ca to Programming@programming.devEnglish · 5 months agomessage-square71fedilinkcross-posted to: [email protected][email protected]
minus-squarebitjunkie@lemmy.worldlinkfedilinkarrow-up18·5 months agoThat’s because under flexbox for horizontal alignment you use a different property called justify-content.
minus-squarerefalo@programming.devlinkfedilinkarrow-up4arrow-down2·5 months agoRight, which isn’t confusing at all /s
minus-squarebitjunkie@lemmy.worldlinkfedilinkarrow-up2·5 months agoThere’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/