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