tictactoe css

This commit is contained in:
Gnieark 2015-11-28 18:06:45 +01:00
parent ed7138de00
commit 106b3a2458

View File

@ -0,0 +1,5 @@
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;}