From ef8beb5e4559fa3ead0f9d14ca414a0582ea3fa4 Mon Sep 17 00:00:00 2001 From: Nassar Dakkoune Date: Wed, 29 Nov 2023 15:27:19 +0100 Subject: [PATCH 1/3] changing the height and the wif=dth of the circle --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..b2c364279 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width: 500px; + height:500px; } From bbaaf8290e1192676f6ed16dae7f28dfc401325e Mon Sep 17 00:00:00 2001 From: Nassar Dakkoune Date: Sat, 24 May 2025 18:57:05 +0200 Subject: [PATCH 2/3] =?UTF-8?q?ajout=20titre=20carr=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- circle.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/circle.html b/circle.html index 213a8df4e..a0b887de1 100644 --- a/circle.html +++ b/circle.html @@ -9,5 +9,10 @@

How to create a circle using a div

+

How to create a square using a div

+
+ +
+ From 22b22240b99c1a8b571a3df2a8bdc9076b5cc5c8 Mon Sep 17 00:00:00 2001 From: Nassar Dakkoune Date: Sat, 24 May 2025 19:09:44 +0200 Subject: [PATCH 3/3] ajout titre pour small cirle --- circle.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/circle.html b/circle.html index a0b887de1..4535d12ca 100644 --- a/circle.html +++ b/circle.html @@ -5,6 +5,10 @@ +

How to create a small circle using a div

+
+ +

How to create a circle using a div