From 97cd7ab256361957b1d0165b0514422cf5ac40a7 Mon Sep 17 00:00:00 2001 From: Gerardo Dominguez <197807887+gd-motivus@users.noreply.github.com> Date: Thu, 6 Feb 2025 18:21:38 -0600 Subject: [PATCH] changing the height and width of the circle --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..16a66e551 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ .blue { - background-color:blue + background-color: blue; } -.circle{ - border-radius:50%; - width:300px; - height:300px; +.circle { + border-radius: 50%; + width: 500px; + height: 500px; }