HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by simonw

Comment by simonw 10 months ago

0 replies

View on Hacker News

The term "justify" is used in modern CSS too: https://developer.mozilla.org/en-US/docs/Web/CSS/justify-con...

    justify-content: center;
    justify-content: start;
    justify-content: end;
    justify-content: flex-start;
    justify-content: flex-end;
    justify-content: left;
    justify-content: right;