diff --git a/html/testBotScripts/tictactoe.html b/html/testBotScripts/tictactoe.html index ed519cd..45485c6 100644 --- a/html/testBotScripts/tictactoe.html +++ b/html/testBotScripts/tictactoe.html @@ -25,7 +25,7 @@ article{float: right; width:70%;} aside{float:left; width: 28%; border-right: 1px dashed green;} aside table {width: 90%;} aside table tr td{width: 33%;} -aside table tr td input{width: 100%;} +aside table tr td input, aside table tr td select {width: 100%;} .center{text-align: center;} aside p img{ width: 100%; max-width:342px;} form textarea, form input, form select {width:40%;} @@ -246,7 +246,9 @@ function startGame(){ - + + + @@ -258,7 +260,9 @@ function startGame(){ - + + +