Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Заголовок документа</title> <style> .border { border: 10px solid transparent; padding: 15px; border-image: url(/uploads/media/default/0001/01/812bf6a749522b8185c1beee20dd99dd6c6c87da.jpeg) round; border-image-slice: 10%; } </style> </head> <body> <h2>Пример border-image-slice</h2> <p class="border">border-image: 10% round;</p> <p>Здесь использовано оригинальное изображение:</p> <img src="/uploads/media/default/0001/01/812bf6a749522b8185c1beee20dd99dd6c6c87da.jpeg" style="width:50%"> </body> </html>