battleship grid css

This commit is contained in:
Gnieark 2015-12-11 11:56:34 +01:00
parent 68eb3a1a5f
commit b7fcc83cb0

View File

@ -1,3 +1,5 @@
article p {width: 100%;}
article p label {float:left; text-align:right; width:60%}
article p select {}
.battleshipGrid tr{}
.battleshipGrid tr td{width: 10 px; height:10 px; border: 1px dashed green;}