From 2bf13f20bd73965f829d92d27937fea914ffddd7 Mon Sep 17 00:00:00 2001 From: Torstsae Date: Wed, 23 Oct 2024 11:20:21 +0200 Subject: [PATCH 1/2] changing the height and width of the cricle --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..e5b7463ec 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:500px; } From adcbd5777216b7bd4948ad784b79598a07153787 Mon Sep 17 00:00:00 2001 From: Torstsae Date: Wed, 23 Oct 2024 11:33:49 +0200 Subject: [PATCH 2/2] changed cirle radius --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index e5b7463ec..f9d33cf3a 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:500px; - height:500px; -} + width:600px; + height:600px; +i}