-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
100 lines (85 loc) · 1.48 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
96
97
98
99
100
body{
background-color: #f2f2f2;
margin-left: 15px;
}
.wrapper {
overflow:hidden;
}
.wrapper div {
min-height: 200px;
padding: 10px;
}
#one {
background-color: white;
float: left;
margin-right: 10px;
width: 775px;
border-radius: 15px;
margin-bottom: 25px;
}
#two {
background-color: white;
overflow:hidden;
margin: 0px;
border-radius: 15px;
min-height: 20%;
width:500px;
}
@media screen and (max-width: 400px) {
#one {
float: none;
margin-right:auto;
margin-left: auto;
width:100%;
border:0;
border-bottom:2px solid #000;
}
}
.numinput{
width:15%;
}
#playButton {
position: fixed;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5);
z-index: 2;
cursor: pointer;
}
#play{
color: white;
text-align: center;
margin-top: 50px;
}
.card-text{
padding: 15px;
}
ul {
text-align: center;
list-style-position: inside;
}
@media (max-width: 768px) {
.container-fixed{
width:600px;
}}
@media (max-width: 992px) {
.container-fixed{
width:720px;
}}
@media (max-width: 1200px) {
.container-fixed{
width:900px;
}}
@media (max-width: 1900px) {
.container-fixed{
width:1250px;
}
#quote-2-high{
max-width: 790px;
}
}