From 148759646e957145886579d0682052a56a3548f1 Mon Sep 17 00:00:00 2001 From: eatehbaby Date: Wed, 5 Feb 2025 03:17:27 -0500 Subject: [PATCH 1/2] updated circle size to better represent inflation --- 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 7fc81d245129ff909517721506d8ebfb7c896f28 Mon Sep 17 00:00:00 2001 From: eatehbaby Date: Wed, 5 Feb 2025 03:39:19 -0500 Subject: [PATCH 2/2] added some bloody colour to this mess --- color.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 color.css diff --git a/color.css b/color.css new file mode 100644 index 000000000..5a70abb86 --- /dev/null +++ b/color.css @@ -0,0 +1,3 @@ +.red { + background-color:red +} \ No newline at end of file