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;
+}