styling
This commit is contained in:
parent
087f7c32ef
commit
d3913a0b97
@ -121,7 +121,7 @@ function win()
|
||||
{
|
||||
if (board[1][1][0] == board[2][2][0])
|
||||
{
|
||||
console.log("tr bl: " + board[0][0][0]);
|
||||
console.log("tl br: " + board[0][0][0]);
|
||||
|
||||
return board[0][0][0];
|
||||
}
|
||||
@ -136,7 +136,7 @@ function win()
|
||||
{
|
||||
if (board[1][1][0] == board[2][0][0])
|
||||
{
|
||||
console.log("tl br: " + board[0][2][0]);
|
||||
console.log("tr bl: " + board[0][2][0]);
|
||||
|
||||
return board[0][2][0];
|
||||
}
|
||||
|
@ -1,17 +1,20 @@
|
||||
#board tr
|
||||
{
|
||||
height: 50px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
#board tr th
|
||||
{
|
||||
width: 50px;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
button
|
||||
{
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
height: 75px;
|
||||
width: 75px;
|
||||
|
||||
font-size: xx-large;
|
||||
font-style: bold;
|
||||
}
|
||||
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user