-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
127 lines (104 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
body {
background-image: url(background.jpg);
display: flex;
height: 100vh;
flex-direction: column;
justify-content: space-between;
}
.navbar {
display: block;
}
.ranime {
width: auto;
height: auto;
}
.howTo {
display: flex;
justify-content: center;
flex-direction: column;
background-color: rgba(0,0,0,0.5);
color: white;
margin: 2% 15%;
margin-top: 3%;
text-shadow: .1em .1em .1em black, -.1em -.1em .1em black;
padding-left: 3em;
padding-right: 3em;
}
.howTo h2 {
font-weight: bolder;
text-align: center;
}
.list {
display: flex;
justify-content: center;
color: white;
text-shadow: .1em .1em .1em black, -.1em -.1em .1em black;
}
.search-buttons {
display: flex;
justify-content: space-around;
padding-top: 3em;
}
.form-group {
margin: 1vh;
opacity: .85;
}
.searchButton {
color: #B50729;
font-weight: bolder;
}
.search {
margin-right: .3em;
width: 20em;
height: 2.5em;
}
.custom-select {
margin-right: .3em;
}
.hide {
display: none;
}
.info {
height: 100%;
}
.box {
padding-top: 2em;
}
.card-block {
margin: 10px;
padding: 10px;
background-color: #007f5b;
border-radius: 10px;
}
img.card-img-top {
max-width: auto !important;
height: 20em !important;
}
.card-text {
color: #83FFD9;
}
.button {
background-color: #B50729;
border-radius: 10px;
border: 0px;
color: #7AF6D1;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.ranbtn {
background-color: #B50729;
color: #83FFD9;
border: 0px;
}
.footer {
bottom: 0px;
width: 100%;
height: 60px;
line-height: 60px;
background-color: #007f5b;
color: #83FFD9;
}