From 0d18ef1e0870207cbf37f9fd68d0932221158b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CLYR615=E2=80=9D?= <“120090475@link.cuhk.edu.cn”> Date: Thu, 9 Jan 2025 20:52:50 -0500 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=9C=86=E5=BD=A2?= =?UTF-8?q?=E7=9A=84=E9=AB=98=E5=BA=A6=E5=92=8C=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 17bdf2b40ad76a5cbc9e73ce07cd51b8bd65ed4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CLYR615=E2=80=9D?= <“120090475@link.cuhk.edu.cn”> Date: Thu, 9 Jan 2025 21:04:00 -0500 Subject: [PATCH 2/2] add red color feature --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index e5b7463ec..42f1da32b 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,6 @@ width:500px; height:500px; } +.red { + background-color:red +}