Hi guys,
I need to fill a space between an image and a border
The html and css :
.padding {
display: flex;
justify-content: center;
margin-top: 70px;
}
.padding-top-logo {
padding-top: 60px;
}
.border-white {
border: 4px solid rgb(255, 255, 255);
border-radius: 50%;
width: fit-content;
}
.border-color {
border: 7px solid rgb(0, 0, 0);
border-radius: 50%;
width: fit-content;
}
.logo {
width: 130px;
border-radius: 50%;
overflow: hidden;
}