Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

align text in block like in word css

p {
  text-align: justify;
}

p:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 100%;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #align #text #block #word #css
ADD COMMENT
Topic
Name
8+6 =