Свойства CSS: Как сделать начальное свойство column-span своим значением по умолчанию?
Перейти на страницу упражнений
Решение:
HTML-код:
<!DOCTYPE html>
<html>
<head>
<title>How to make column-span initial property to its default value</title>
<style type="text/css">
.xyz {
-webkit-column-count: 3;
column-count: 3;
}
h2 {
-webkit-column-span: initial;
column-span: initial;
}
</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>
Демонстрация в реальном времени:
См. Pen column-span-initial-answer от w3resource ( @ w3resource ) в CodePen .
Поддерживаемый браузер
нет | да | да | да | да |
Перейти на страницу упражнений
Каков уровень сложности этого упражнения?
Новый контент: Composer: менеджер зависимостей для PHP , R программирования
disqus2code