200px loading preogress circle

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

View File

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