кодесурса
«CSS

CSS Text Align

script1adsense2code
script1adsense3code

Выровнять текст

свойство text-align выравнивает текст в определенном направлении. Это свойство выравнивает текст, который представляет собой стопки линейных блоков слева или справа от встроенного блока.

Эта таблица объявляет всю необходимую информацию относительно text-indent:

Значение влево, по центру, вправо, оправдание, наследование
начальная в зависимости от направления текста, если направление «ltr», выравнивает «влево», а если направление «rtr», выравнивает «вправо».
Относится к элементы уровня блока, ячейки таблицы и встроенные блоки
унаследованный да
Процентное соотношение N / A
Средства массовой информации визуальный
Расчетное значение указанный процент или абсолютная длина

оставил

Выравнивает текст слева от встроенного поля.

право

Выравнивает текст справа от встроенного поля.

центр

Выравнивает текст по центру встроенного блока.

обосновывать

В случае необходимости, это свойство указывает, что встроенные блоки должны быть расположены заподлицо с обеих сторон блока.

Вот файл CSS (скажем, text-indent-value.css), имеющий фиксированное значение отступа текста:

p {
text-align: center;
}

Теперь, если он применяется к html-файлу (скажем, text-indent-value.html)

HTML-код:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Untitled Document</title>
<title>CSS examples</title>
<link rel="stylesheet" href="text-align.css" type="text/css" />
</head>
<body>
<p class="center">CSS is used widely to define color, font, layout etc of a web document. CSS segregates the content of a web page from the properties and values of elements a web document requires for presentational features of the content of the web document.
</p>
<p class="left">CSS is used widely to define color, font, layout etc of a web document. CSS segregates the content of a web page from the properties and values of elements a web document requires for presentational features of the content of the web document.
</p>
<p class="right">CSS is used widely to define color, font, layout etc of a web document. CSS segregates the content of a web page from the properties and values of elements a web document requires for presentational features of the content of the web document.
</p>
<p class="justify">CSS is used widely to define color, font, layout etc of a web document. CSS segregates the content of a web page from the properties and values of elements a web document requires for presentational features of the content of the web document.
</p>
</body>
</html>

Посмотрите пример выравнивания текста CSS в отдельном окне браузера.

Предыдущая: Пользовательский интерфейс - Курсор: ждать
Далее: Уроки CSS

Новый контент: Composer: менеджер зависимостей для PHP , R программирования


script1adsense4code
script1adsense5code
disqus2code
script1adsense6code
script1adsense7code
script1adsense8code
buysellads2code