-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
64 lines (53 loc) · 869 Bytes
/
style.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
body {
background-color: #2eb8b8;
font-family: 'Philosopher', sans-serif;
}
h1 {
font-family: 'Pacifico', cursive;
}
h3 {
text-decoration: underline;
display: none;
font-family: 'Pacifico', cursive;
}
label, #enterWord {
display: none;
font-family: 'Philosopher', sans-serif;
}
table {
background-color: grey;
}
td {
margin: 5px;
padding: 5px 10px;
background-color: #ffffe6;
border: 2px solid black;
border-radius: 4px;
height: 60px;
width: 60px;
text-align: center;
}
.reveal {
display: inline-block;
}
.tile {
height: 110px;
background-color: LightSteelBlue;
border: 2px solid snow;
text-align: center;
padding-top: 5px;
}
#board {
margin-top: 5%;
margin-left: 5%;
}
#end, #restart {
display: none;
}
#pageloadHeader {
text-align: center;
}
#playingHeader {
margin-left: 20%;
display: none;
}