-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
106 lines (92 loc) · 1.5 KB
/
main.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
#logo {
text-align: center;
font-size: 60px;
}
#objective {
text-align: center;
font-size: 20px;
}
#rules {
text-align: center;
font-size: 15px;
}
#playerround {
width: 400px;
height: 35px;
border-radius: 10px;
border: 2px solid black;
margin: 0 auto;
box-shadow: 8px 8px 3px grey;
}
#playerbutton {
font-size: 15px;
font-weight: bolder;
width: 80px;
height: 23px;
margin-left: 35px;
margin-top: 6px;
float: left;
}
#roundbutton {
font-size: 15px;
font-weight: bolder;
width: 80px;
height: 23px;
margin-right: 35px;
margin-top: 6px;
float: right;
}
#albumcontainer {
width: 695px;
height: 175px;
padding: 15px 15px 15px 15px;
border-radius: 15px;
border: 2px solid black;
margin: 0 auto;
box-shadow: 8px 8px 3px grey;
}
.albums {
padding: 10px 10px 10px 10px;
width:150px;
height:150px;
overflow:hidden;
}
img {
font-family: arial;
font-size: 20;
text-align: center;
font-weight: 900;
}
#audioplayer {
display: none;
margin-left: 405px;
}
#buttondiv {
text-align: center;
}
#startbutton {
width: 100px;
height: 40px;
font-size: 13px;
font-weight: bolder;
margin: 3px 3px 3px 3px;
border-radius: 10px;
border: 2px solid black;
box-shadow: 2px 2px 4px;
outline: none;
}
.showscore {
text-align: center;
font-size: 50px;
font-weight: bolder;
}
#correctwrong {
text-align: center;
font-size: 30px;
font-weight: bolder;
}
#playerturn {
text-align: center;
font-size: 30px;
font-weight: bolder;
}