Свойства CSS: Как указать ширину и количество столбцов?
Перейти на страницу упражнений
Решение:
HTML-код:
<!DOCTYPE html>
<html>
<head>
<title>How to specify the width and number of columns</title>
<style type="text/css">
.xyz {
-webkit-columns: 100px 3;
columns: 100px 3;
}
</style>
</head>
<body>
<div class="xyz">
<h2>w3resource web development Tutorial</h2>
<p>CSS, stands for Cascading Style Sheet is a computer language to describe presentation of HTML and XML web documents.In all the examples of our tutorials, we have used HTML for implementing CSS.
CSS, stands for Cascading Style Sheet is a computer language to describe presentation of HTML and XML web documents.In all the examples of our tutorials, we have used HTML for implementing CSS.</p>
</div>
</body>
</html>
Демонстрация в реальном времени:
Посмотрите ответ столбцов пера от w3resource ( @ w3resource ) на CodePen .
Поддерживаемый браузер
да | да | да | да | да |
Каков уровень сложности этого упражнения?
Новый контент: Composer: менеджер зависимостей для PHP , R программирования
disqus2code