Currently seeking assistance with creating a responsive background image with an inner border in a circle.
I have successfully used background-size: cover
in fixed dimension <div>
s, but I am facing a challenge with creating a transparent inner border in this demo.
To achieve the inner border effect, I am utilizing box-sizing: border-box
.
If anyone could shed light on why the background image is not fully covering the <div>
, I would greatly appreciate it.
Thank you in advance for your help.