-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
78 lines (58 loc) · 1.08 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
#promo {
text-align: center;
padding: 40px;
background: url(images/background.jpg) no-repeat;
background-size: cover;
}
#promo .jumbotron {
border-radius: 20px;
padding: 40px;
/* background-color: rgba(255, 251, 35, 0.247); */
max-width: 1400px;
margin: 0 auto;
}
@media (max-width: 991px) {
#promo .jumbotron {
padding: 20px;
}
#promo {
padding: 20px;
}
}
@media (max-width: 991px) {
.tailimg{
width: 350px;
height: 400px;
}
}
.site-section {
text-align: center;
padding: 90px;
background-color: rgba(116, 116, 116, 0.65);
border-radius: 20px;
}
.site-section h1 {
font-weight: 800;
margin-bottom: 50px;
}
.site-section #ranges {
max-width: 300px !important;
margin: 0 auto;
font-size: 30px;
}
.question {
margin: 25px auto;
height: 14rem;
border-radius: 20px !important;
background-color: rgba(116, 116, 116, 0.65) !important;
}
.icon {
width: 50px;
height: 50px;
}
.active {
opacity: 0.5;
}
.tailimg {
border-radius: 10px;
}