200px loading preogress circle

This commit is contained in:
Adrien MALINGREY 2023-06-29 22:04:54 +02:00
parent dd2104648e
commit ba41eb9893

@ -51,8 +51,8 @@ body {
justify-content: center;
align-items: center;
position: relative;
width: 150px;
height: 150px;
width: 200px;
height: 200px;
border: 4px solid dimgray;
border-radius: 50%;
font-size: 0;
@ -66,8 +66,8 @@ body {
content: "";
display: flex;
position: absolute;
width: 150px;
height: 150px;
width: 200px;
height: 200px;
top: -4px;
left: -4px;
border: 4px solid #1da8b7;