diff --git a/Leo.html b/Leo.html index f680882..f51ccdb 100644 --- a/Leo.html +++ b/Leo.html @@ -1,14 +1,51 @@ + + + + + + - Home + Morpion +
+ +
- - -

- +

Bienvenue sur le TIC-TAC-TOE

+

Règles du jeu: à 2 joueurs, vous jouez au tour par tour. Il faut aligner 3 symboles pour gagner.

+ + + + + + + + + + + + + + + + +
+ + + + \ No newline at end of file diff --git a/style.css b/style.css index abf721d..5b80927 100644 --- a/style.css +++ b/style.css @@ -86,3 +86,13 @@ footer{ grid-column: 1; grid-row: 1; } +#RegleMorp{ + background-color: lightgrey; + text-align: center; + margin-right:auto; + margin-left: auto; +} + +#TitreMorp{ + text-align: center; +}