Свойства CSS: Как установить оптимальное количество столбцов, в которые будет перетекать содержимое элемента?
Перейти на страницу упражнений
Решение:
HTML-код:
<!DOCTYPE html>
<html>
<head>
<title>How to set the optimal number of columns into which the content of the element will be flowed</title>
<style type="text/css">
div{
-webkit-column-count: 5;
column-count: 5;
}
</style>
</head>
<body>
<div>
<h1>w3resource Tutorial</h1>
<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.</p>
</div>
</body>
</html>
Демонстрация в реальном времени:
См. Pen -number-number-answer от w3resource ( @ w3resource ) в CodePen .
Поддерживаемый браузер
да | да | да | да | да |
Каков уровень сложности этого упражнения?
Новый контент: Composer: менеджер зависимостей для PHP , R программирования
disqus2code