Css TextAlign Code Example


Example 1: css text align justify


div {
text-align: justify;
text-justify: inter-word;
}

Example 2: text align css


p{
text-align:center;/*values: center, left, right, etc...*/
}

Example 3: text-align property in css


The different values of text-align are -
1) text-align: justify; (spreads throughout to the left and right)
2) text-align: center; (centers the text)
3) text-align: left; (the default value, shifts the text to left side)
4) text-align: right; (shifts the text to right side)

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable