-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
71 lines (59 loc) · 1.02 KB
/
styles.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
body {
background-color: #0b638e !important;
background-image: url(http://www.transparenttextures.com/patterns/batthern.png);
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.box{
width: 450px;
height: 410px;
background-color: #928e96;
border: 10px ridge;
margin: 0 auto;
margin-top: 100px;
}
.title {
width: 400px;
height: 50px;
background-color: #3baae2;
border: 5px ridge;
margin: 0 auto;
}
.score {
width: 400px;
height: 80px;
background-color: white;
border: 5px ridge;
margin: 0 auto;
}
.response {
width: 400px;
height: 160px;
background-color: #3baae2;
border: 5px ridge;
margin: 0 auto;
}
.right{
float: right;
}
.song {
width: 400px;
height: 50px;
border: 5px ridge;
background-color: white;
margin: 0 auto;
}
.next {
width: 400px;
height: 50px;
border: 5px solid black;
margin: 0 auto;
}
.start {
width: 400px;
height: 50px;
border: 5px solid black;
margin: 0 auto;
}
.next {
/*padding-top: 5px;*/
}