From 43f207f366c13abb3cbc90df3f6fb1f39058bda8 Mon Sep 17 00:00:00 2001 From: "Yovick R.Z" Date: Wed, 4 Jun 2025 21:58:26 -0400 Subject: [PATCH 1/4] changing the height and the width of the circle --- 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 f4cbd99901dad190288ca23777a83e89e0e7ee0d Mon Sep 17 00:00:00 2001 From: "Yovick R.Z" Date: Wed, 4 Jun 2025 22:14:19 -0400 Subject: [PATCH 2/4] probe of html file haha --- probe.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 probe.html diff --git a/probe.html b/probe.html new file mode 100644 index 000000000..c257a7cb9 --- /dev/null +++ b/probe.html @@ -0,0 +1 @@ +holaaaaaa \ No newline at end of file From 6057386e3be4380e5e7d517fe3d9f5354e937125 Mon Sep 17 00:00:00 2001 From: "Yovick R.Z" Date: Wed, 4 Jun 2025 22:20:54 -0400 Subject: [PATCH 3/4] i'm sorry, i just want to practice --- probe.html | 1 - 1 file changed, 1 deletion(-) delete mode 100644 probe.html diff --git a/probe.html b/probe.html deleted file mode 100644 index c257a7cb9..000000000 --- a/probe.html +++ /dev/null @@ -1 +0,0 @@ -holaaaaaa \ No newline at end of file From 1936b706b31e1225b4ca41e4e7407a60df340aac Mon Sep 17 00:00:00 2001 From: "Yovick R.Z" Date: Wed, 4 Jun 2025 22:28:58 -0400 Subject: [PATCH 4/4] update color red --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index e5b7463ec..ca272e391 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ -.blue { - background-color:blue +.red { + background-color:red } .circle{ border-radius:50%;