-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
95 lines (94 loc) · 1.75 KB
/
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
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
body {
background: url(http://www.eonline.com/eol_images/Entire_Site/201627/rs_634x940-160307074539-634.captain-america-civil-war-poster-chris-evans-robert-downey-jr.3716.jpg);
}
section {
width: 650px;
height: 665px;
background-color: rgba(0,0,0,0.93);
margin: 0 auto;
margin-top: 10px;
}
header {
width: 630px;
height: 50px;
margin: 10px;
position: relative;
}
#player {
position: absolute;
width: 300px;
height: 30px;
left: 50px;
top: 15px;
text-align: center;
color: white;
font-family: 'Lato', sans-serif;
line-height: 30px;
font-size: 20px;
}
#scoreboard {
position: absolute;
width: 130px;
height: 30px;
right: 50px;
top: 10px;
line-height: 30px;
color: white;
font-family: 'Lato', sans-serif;
text-align: center;
background-color: rgba(30,60,110,0.6);
border-bottom: 2px groove #bdc3c7;
border-right: 1px groove #bdc3c7;
border-top: 1px groove #bdc3c7;
border-radius: 5px;
}
#cap-ame {
position: absolute;
left: 460px;
top: 12px;
}
#ir-man {
position: absolute;
right: 60px;
top: 12px;
}
.main {
width: 630px;
height: 530px;
margin: 10px;
line-height: 130px;
font-size: 10px;
text-align: center;
}
.square {
width: 170px;
height: 170px;
margin: 5px;
display: inline-block;
background-image: url("media/civil-war.jpg");
background-color: black;
background-repeat: no-repeat;
background-position: center;
color: rgba(0,0,0,0.1);
border-radius: 10px;
border-bottom: 4px groove #bdc3c7;
border-right: 2px groove #bdc3c7;
border-top: 1px groove #bdc3c7;
}
footer {
width: 630px;
height: 50px;
line-height: 60px;
text-align: center;
margin: 20px;
}
button {
width: 200px;
height: 30px;
background-color: #751212;
border-radius: 5px;
text-align: center;
color: white;
font-family: 'Lato', sans-serif;
font-size: 15px;
}