-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBeer.css
63 lines (50 loc) · 893 Bytes
/
Beer.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
.jumbotron {
background-color: #2980b9 !important;
color: white !important;
}
#start-info, #end-info {
height: 50px;
width: 100px;
margin: auto;
vertical-align: middle;
}
#play-info img {
padding: 10px;
}
#end-info img {
padding: 0px !important;
}
#play-info, #play {
background-color: #ecf0f1;
color: #34495e;
padding: 20px;
margin: auto;
margin-bottom: 40px;
vertical-align: middle;
border-radius: 5px;
}
select {
padding: 5px;
margin: 5px;
width: 100%;
border-radius: 5px;
}
button {
box-shadow: 0 2px #999;
}
.five-card {
position: relative;
left: 20%;
}
.four-card {
position: absolute;
left: 30%;
}
.three-card {
position: absolute;
left: 40%;
}
.two-card {
position: absolute;
left: 50%;
}