From ba41eb98936d7c7f0e1e359beccf4f80c7e7cf44 Mon Sep 17 00:00:00 2001 From: adrien Date: Thu, 29 Jun 2023 22:04:54 +0200 Subject: [PATCH] 200px loading preogress circle --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 655eb74..efcf1b7 100644 --- a/style.css +++ b/style.css @@ -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;