From 0973efa547b068363da8033e51ff336c81e50550 Mon Sep 17 00:00:00 2001 From: AS2POKER Date: Tue, 12 Aug 2025 12:46:37 -0400 Subject: [PATCH 1/3] changer la hauteur et la largeur du cercle --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..7a31aeed4 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width: 500px; + height: 500px; } From 3cc91c28c9d931743f4e7334a1f76645e3a33ed6 Mon Sep 17 00:00:00 2001 From: AS2POKER Date: Tue, 12 Aug 2025 13:51:05 -0400 Subject: [PATCH 2/3] ajoute de la couleur rouge --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 7a31aeed4..47c3548c8 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 From 22bf0fdea77e1c2a31451178c9c0b393c374f09f Mon Sep 17 00:00:00 2001 From: AS2POKER Date: Tue, 12 Aug 2025 13:54:18 -0400 Subject: [PATCH 3/3] ajoute de la couleur rouge --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 47c3548c8..65a0c58c3 100644 --- a/style.css +++ b/style.css @@ -7,5 +7,5 @@ height: 500px; } .red { - background-color:red + background-color:green } \ No newline at end of file