text-align – CSS Property
Using text-align CSS Property CSS text-align property describes the alignment of the inline content (eg. text) contained in the element. text-align does not define the alignment of block element itself. Below are the possible values of text-align css property: text-align: left; // Inline contents are aligned to the left text-align: right; // Inline contents are … [Read more…]