TIL: Hyphenate when you justify text
Sometimes, when you set text-align to justify, you see the irregular spacing between letters so that the text can be properly justified. Take a look at the below picture. p { text-align: justify; } You can easily fix this by just hyphenating th...
Aug 26, 20201 min read540
