I want to know how to add a border to an image clip-path:circle(); Is there any other way to add a border?
Like: Border: 5px solid red;
I tried this:
.roundedimage { width: 200px; clip-path: circle(); }
<img src="images/tv.jpg" alt="rounded Image" class="roundedimage">
Since border-radius does not work, how to proceed next
border-radius
Applies to images. See example below. Are you looking for something else?