megwoo
6/25/2015 - 7:29 PM

CSS Justify One Line of Text

p {
text-align: justify;
line-height: 100%;
}

p:after {
content: "";
display: inline-block;
width: 100%;
}