-
Notifications
You must be signed in to change notification settings - Fork 0
/
word.css
113 lines (97 loc) · 1.88 KB
/
word.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
html {
padding-top: 50px;
padding-bottom: 50px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
body {
background-image: url("restaurant_icons.png");
}
h1 {
padding-bottom: 0px;
font-size: 60px;
font-family: Courier New;
font-weight: 700;
}
#given {
padding-left: 0px;
padding-right: 0px;
height: 80px;
width: 500px;
padding-top: 10px;
padding-bottom: 40px;
}
#played {
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
height: 120px;
width: 500px;
}
.scoreClass {
align-items: center;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 10px;
font-size: 40px;
font-family: Courier New;
color: darksalmon;
font-weight: 700
}
.errorClass {
padding-left: 0px;
padding-right: 0px;
align-items: center;
font-size: 30px;
font-family: Courier New;
font-weight: 600;
}
#timer {
padding-top: 0px;
padding-bottom: 10px;
margin-bottom: 10px;
color: white;
width: 200px;
font-size: 400%;
font-family: Courier New;
font-weight: 300;
text-shadow: 4px 0 0 black, -4px 0 0 black, 0 4px 0 black, 0 -4px 0 black, 3px 3px black, -3px -3px 0 black, 3px -3px 0 black, -3px 3px 0 black;
}
#start {
margin-top: 05x;
}
.down {
transform:scale(1.1);
border-color:#ffc600;
box-shadow: 0 0 10px #ffc600;
}
#source {
font-family: Courier New;
}
.btn-warning {
font-family: Courier New;
background: darksalmon;
color: #ffffff;
}
.btn-warning:hover {
background: darkgray;
color: #ffffff;
}
#answerHeader {
color: white;
font-family: Courier New;
font-weight: 500;
font-size: 20px;
background-color: darksalmon;
}
.answer {
font-family: Courier New;
font-weight: 500;
font-size: 20px;
word-wrap: break-word;
}
#answer {
visibility: hidden;
}