Свойства CSS: Как указать единицу длины вдали от краев, на которых будет отображаться рамка?
Перейти на страницу упражнений
Решение:
HTML-код:
<!DOCTYPE html>
<html>
<head>
<title>How to specify length unit far from the edges the border-image will appear</title>
<style type="text/css">
div {
border: 10px solid transparent;
padding: 10px;
border-image-slice: 20;
border-image-repeat: round;
border-image-outset: 5px;
border-image-source: url(/w3r_images/border.png);
}
</style>
</head>
<body>
<div>Here, the middle sections of the image are repeated to create the border.</div>
</body>
</html>
Демонстрация в реальном времени:
См. Pen border-image-length-answer от w3resource ( @ w3resource ) в CodePen .
Поддерживаемый браузер
да | да | да | да | нет |
Каков уровень сложности этого упражнения?
Новый контент: Composer: менеджер зависимостей для PHP , R программирования
disqus2code