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