From e459206eae214bf44944c51671928158b328cc44 Mon Sep 17 00:00:00 2001 From: Olivan Sahel Date: Thu, 1 Dec 2022 10:22:20 +0100 Subject: [PATCH] Sahem --- Page1.html | 1 + Puissance4.html | 13 ++++++++++--- style.css | 30 ++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 3 deletions(-) diff --git a/Page1.html b/Page1.html index 905d233..e634c08 100644 --- a/Page1.html +++ b/Page1.html @@ -3,6 +3,7 @@ + Projet Web diff --git a/Puissance4.html b/Puissance4.html index 8bb2a02..3475196 100644 --- a/Puissance4.html +++ b/Puissance4.html @@ -3,6 +3,7 @@ + Puissance 4 @@ -21,9 +22,15 @@
-
- -
+
+
1
+
2
+
3
+
4
+
5
+
6
+
+
diff --git a/style.css b/style.css index 1b64f13..abf721d 100644 --- a/style.css +++ b/style.css @@ -56,3 +56,33 @@ article footer{ margin-top: auto; } +#Puissance4Board{ + display: grid; + grid-template-columns: (6,7); + gap: 1em; + padding: 1em; +} +.one{ + grid-column: 1; + grid-row: 1; +} +.two{ + grid-column: 1; + grid-row: 1; +} +.three{ + grid-column: 1; + grid-row: 1; +} +.four{ + grid-column: 1; + grid-row: 1; +} +.five{ + grid-column: 1; + grid-row: 1; +} +.six{ + grid-column: 1; + grid-row: 1; +}