Otter@lemmy.ca to Programming@programming.devEnglish · 1 year agoCSS finally adds vertical centering in 2024build-your-own.orgexternal-linkmessage-square70linkfedilinkarrow-up1335arrow-down14cross-posted to: webdev@programming.devhackernews@lemmy.smeargle.fans
arrow-up1331arrow-down1external-linkCSS finally adds vertical centering in 2024build-your-own.orgOtter@lemmy.ca to Programming@programming.devEnglish · 1 year agomessage-square70linkfedilinkcross-posted to: webdev@programming.devhackernews@lemmy.smeargle.fans
minus-squareAnticorp@lemmy.worldlinkfedilinkEnglisharrow-up8arrow-down1·edit-21 year agoCSS 3 is solid, mate. You can do just about anything with it if you know what you’re doing.
minus-squarefilcuk@lemmy.ziplinkfedilinkarrow-up14·1 year agoSome of the pure CSS stuff I’ve seen is actually insane. Obviously not actually for real world use, but a great example is https://github.com/kkuchta/css-only-chat
minus-squareAnticorp@lemmy.worldlinkfedilinkEnglisharrow-up3·1 year agoWith pseudo sectors, flex, and grid, your options are amazing. I haven’t encountered a design I can’t build in a very long time.
minus-squarehakunawazo@lemmy.worldlinkfedilinkarrow-up2·edit-21 year agohttps://csszengarden.com comes to my mind again.
CSS 3 is solid, mate. You can do just about anything with it if you know what you’re doing.
Some of the pure CSS stuff I’ve seen is actually insane.
Obviously not actually for real world use, but a great example is https://github.com/kkuchta/css-only-chat
With pseudo sectors, flex, and grid, your options are amazing. I haven’t encountered a design I can’t build in a very long time.
https://csszengarden.com comes to my mind again.