From 5b79dc46471364474076226ea59e35766d28f27c Mon Sep 17 00:00:00 2001 From: gnieark Date: Sat, 14 Nov 2015 15:39:53 +0100 Subject: [PATCH] meilleur visu de la grille de morpion --- morpionsFights/Master/index.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/morpionsFights/Master/index.php b/morpionsFights/Master/index.php index d37ba83..18f8462 100644 --- a/morpionsFights/Master/index.php +++ b/morpionsFights/Master/index.php @@ -68,7 +68,7 @@ if(isset($_POST['act'])){ for($j=0;$j<3;$j++){ echo ""; for($i=0;$i<3;$i++){ - echo "".$grille[$j."-".$i].""; + echo ''.$grille[$j.'-'.$i].''; } echo ""; } @@ -134,6 +134,11 @@ header{background-color:#502FD2; width: 100%; overflow: hidden;height: auto;} header h1{display: block; font-size:300%; color:#FFF;float: left; width: 45%;font-family: 'Special Elite', cursive;margin-left: 5%;} header p{display: block; width: 45%;color:#FFF; float: left;} section {border-bottom: 1px solid rgb(204, 204, 204); margin: 0 auto;overflow: hidden;width: 90%;} +td {min-width: 10px; height: 10px;} +.cellj0{border-bottom: 1px dotted black;} +.cellj2{border-top:1px dotted black;} +.celli0{border-right:1px dotted black;} +.celli2{border-left:1px dotted black;} -->