CSS properties you should know for better text designs

(master.dev)

48 points | by ibobev 5 hours ago

3 comments

  • addedlovely 1 minute ago
    Was expecting to see text-wrap:balance there. Solve away your orphans! https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/P...
  • sixtyj 25 minutes ago
    I always tell myself that I should use backwards-compatible CSS only.

    I vividly remember IE and many hacks to have css elements properly working in it…

    Imho this is a reason why markdown and other rich-textual formats appeared.

    Btw is there a some “w3schools” for recent CSS?

  • searchstefano 1 hour ago
    CSS has come a long way. On several sites I’ve been able to completely remove JS for things like popups, mobile menus, and open/close interactions.

    The fact that modern CSS and native browser APIs can handle so much of this makes the web feel simpler and more capable at the same time.