.path {
height: 400px;
width: 350px;
clip-path: path("M 23,80 L 163,80 A 23, 20 0, 0, 0 187, 60 L 187, 20 A 23, 20 0, 0, 1 210, 0 L 327, 0 A 23, 20 0, 0, 1 350, 20 L 350, 380 A 23, 20 0, 0, 1 327, 400 L 23, 400 A 23, 20 0, 0, 1 0, 380 L 0, 100 A 23, 20 0, 0, 1 23, 80Z");
position: relative;
background: #d4ebf3;
&::before {
content: "";
position: absolute;
inset: 0;
background: none;
border: 4px solid black;
clip-path: inherit;
border-radius: 23px;
}
}
Есть блок и стиле, как сделать полноценную обводку всей фигуры, чтобы она не обрезалась