Text Align
Task 1: Text Align
- Setting the text alignment
- Use the
text-left,text-center,text-right, andtext-justifyutilities to control the text alignment of an element.
- Use the
text-left
text-center
text-right
text-justify
text-start
text-end
Example 1:
<p class="text-center">Welcome</p>