Свойства CSS: Как установить ширину четырех границ?
Перейти на страницу упражнений
Решение:
HTML-код:
<!DOCTYPE html>
<html>
<head>
<title>How to specify the width of the four border</title>
<style type="text/css">
h1.xyz{border-style: solid;
border-top-width: 1px;
}
h1.xyz1 {
border-style: solid;
border-width: medium;
}
h1.xyz2 {
border-style: solid;
border-width: 10px;
}
</style>
</head>
<body>
<p>w3resource Tutorial</p>
<h1 class="xyz">HTML5</h1>
<h1 class="xyz1">JavaScript</h1>
<h1 class="xyz2">PHP & others</h1>
<p><b>Note:</b> The border-width property does not work alone.</p>
</body>
</html>
Демонстрация в реальном времени:
См. Pen border-width-answer от w3resource ( @ w3resource ) в CodePen .
Поддерживаемый браузер
да | да | да | да | да |
Каков уровень сложности этого упражнения?
Новый контент: Composer: менеджер зависимостей для PHP , R программирования
disqus2code