0
How would I create a stylized frame in css? I want to put a youtube video on my site, but in the background I would like to make a stylized frame as I tried to draw in the image below, with some color.
I wanted to know how I 'draw' it in css, I know how to square, but I can’t make it distort you know?
<style type="text/css">
div.retangulo {
line-height:0;
width:200px;
height:160px;
border: 25px solid #00f;
}
</style>
Here are some links to see how it can be done: https://www.maujor.com/tutorial/propriedades-css-para-stilizaca-de-bordas.php, https://www.maujor.com/tutorial/css3-bordas-imagens.php, https://www.maujor.com/tutorial/molduras.php
– LeAndrade