From 2e6f98354c87bd32febb197d38c0ede2a4cad39f Mon Sep 17 00:00:00 2001 From: Karen Ortega-Marin Date: Sat, 5 Jul 2025 15:52:54 +0200 Subject: [PATCH] Changing the radius of the circle and the formatting of files --- circle.html | 11 +++++++---- style.css | 13 +++++++------ 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/circle.html b/circle.html index 213a8df4e..fe9362364 100644 --- a/circle.html +++ b/circle.html @@ -1,13 +1,16 @@ + How to create a circle using div +

How to create a circle using a div

- -
- - + +
+ + + \ No newline at end of file diff --git a/style.css b/style.css index b1a4e3b87..a2aca22c5 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,9 @@ .blue { - background-color:blue -} -.circle{ - border-radius:50%; - width:300px; - height:300px; + background-color: blue } + +.circle { + border-radius: 50%; + width: 500px; + height: 500px; +} \ No newline at end of file