-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
118 lines (95 loc) · 1.5 KB
/
stylesheet.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
body {
font-family: Courier;
font-size: 1em;
}
table {
height: 465px;
width: 465px;
line-height: 100%;
text-align: center;
vertical-align: middle;
color: black;
}
td {
border-bottom: 2px solid black;
}
td+td {
border-left: 2px solid black;
}
.bottomless {
border-bottom: 0px;
}
.borderless {
border: none;
}
#container {
margin-left: auto;
margin-right: auto;
height: 500px;
width: 800px;
border: none;
vertical-align: middle;
text-align: center;
}
#board {
height: 470px;
width: 470px;
background-color: white;
border: 2px solid black;
border-radius: 5px;
vertical-align: middle;
text-align: center;
}
.button {
margin-top: 30px;
background-color: #33cc33 ;
width: 100px;
height: 30px;
line-height: 2em ;
border: 2px solid black;
text-align: center ;
vertical-align: middle ;
border-radius: 5px;
cursor: Pointer ;
}
#message {
background-color: #B0B0B0;
min-height: 0px;
width: 300px;
color: red;
border: 2px solid black;
border-radius: 5px;
font-size: 2em;
text-align: center;
line-height: 2em;
}
.squareDivs {
height: 150px;
width: 150px;
border: none;
cursor: pointer;
font-size: 100px;
line-height: 130px;
text-align: center;
vertical-align: middle;
margin-top: auto;
margin-bottom: auto;
}
#divSquare_00 {
}
#divSquare_01 {
}
#divSquare_02 {
}
#divSquare_10 {
}
#divSquare_11 {
}
#divSquare_12 {
}
#divSquare_20 {
}
#divSquare_21 {
}
#divSquare_22 {
}