From 42022f5f27058d603cfd6101068a2b7c19033557 Mon Sep 17 00:00:00 2001 From: Tz-Ray Date: Fri, 30 Aug 2024 22:12:10 -0700 Subject: [PATCH 1/2] Changing the height and width of the circle --- ds | 13 +++++++++++++ style.css | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 ds diff --git a/ds b/ds new file mode 100644 index 000000000..e8be90c67 --- /dev/null +++ b/ds @@ -0,0 +1,13 @@ +diff --git a/style.css b/style.css +index b1a4e3b..e5b7463 100644 +--- a/style.css ++++ b/style.css +@@ -3,6 +3,6 @@ + } + .circle{ + border-radius:50%; +- width:300px; +- height:300px; ++ width:500px; ++ height:500px; + } 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 05aa941475937ac18ccc14ea644a1ef3496fe084 Mon Sep 17 00:00:00 2001 From: Tz-Ray Date: Fri, 30 Aug 2024 22:30:23 -0700 Subject: [PATCH 2/2] Added color red --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index e5b7463ec..aa57dea91 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,6 @@ width:500px; height:500px; } +.red { + background-color:red +} \ No newline at end of file