Sign in Registration
ruen

How to align an element with the CSS text-align property

When layout pages of a site or when publishing new materials, there may be a need to align the content of an element on either side. For this there is a special CSS styles correctly - text-align , which has several meanings. How to use it and what values ​​it has - will be discussed below.

css-text-align-values

First of all, it is necessary to clarify that the text-align property is intended only for the horizontal alignment of any inline elements within an element. That is, not only text can be aligned in this way, but also any linear content, for example, images can be aligned.

Example property syntax:

  .class {
text-align: center;
}
 

What values ​​does the text-align property have? There are not so many of them, let's list the main ones:

  • center - aligns the content of the block in the center;
  • justify - aligns the content of the block to the width;
  • left - aligns the content of the block to the left;
  • right - aligns the content of the block to the right;
  • auto - the alignment does not change;
  • inherit - the values ​​of the parent element are inherited.

There are also additional values, their support must be checked in a specific browser:

  • start - the value behaves like left if the direction is from left to right, and right if it's the other way around;
  • end - the value behaves like right if the direction is from left to right, and left if it is vice versa;
  • match-parent - like inherit with the difference that start and end are calculated according to the direction of the text and are replaced with the corresponding left or right value;
  • string - you can specify any line of text for alignment, this allows you to align numeric values ​​with a decimal point, for example, you can specify "." .

Thus, it will not be difficult to align any inline (linear) element. This property is supported by all browsers, only new optional values ​​should be used with caution.

Comments (0)
For commenting sign in or register.

Latest articles

Popular sections

Eqsash (Tools)

Android app - VK LAST USER ID, отучитель от зависимости и т.д.:
Available on Google Play

Amessage (Communication)

Login to the web version
Android app:
Available on Google Play

Share this

Subscribe to

YouTube

Books

IT notes - In simple language about the most necessary things (HTML, CSS, JavaScript, PHP, databases, Drupal, Bitrix, SEO, domains, security and more), PDF, 500 p.