6
I need to do some effects on the edges of images and rectangles, as in the image below:
Notice that they are in the corners, in the gray rectangle this in the top right, in the images in the base left.
I was able to do it, but only as a borde-Radius using this code:
border: 10px solid #cb3527;
border-radius: 0px 15px 15px 15px;
background-color: #cb3527;
Stayed like this:
In short, I need it to look like the first image, I think it’s a bevel effect!
Related: https://answall.com/questions/280711/borda-chanfrada-transparenet-apenas-com-css/281048#281048
– hugocsl