-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
74 lines (69 loc) · 1.27 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
/* Navbar */
.navbar-brand {
font-family: Viga;
}
/* Search */
.search-box {
border-radius: 50px;
margin-top: 25px;
padding: 55px;
margin-bottom: -55px;
}
/* jumbotron */
.jumbotron {
background-color: white;
}
.main-box {
color: black;
margin-bottom: 18px;
box-shadow: rgba(0, 0, 0, 0.7);
border-radius: 25px;
}
.footer {
margin-top: 320px;
text-align: center;
color: #ACACAC;
border-radius: 30px;
}
.footer h4 {
font-weight: 200px;
font-size: 12px;
margin-top: 12px;
}
.card-body p domain {
margin-top: -20px;
}
.alert {
box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1);
border-radius: 25px;
margin-left: 32px;
margin-right: 32px;
text-align: center;
}
/* Desktop Mode */
@media (min-width: 992px) {
.navbar {
text-transform: uppercase;
}
.search-box {
margin: 135px;
margin-bottom: -50px;
margin-top: 30px;
}
.card {
margin: 23px;
z-index: 1;
}
.footer h4 {
font-weight: 200px;
font-size: 17px;
margin-top: 12px;
}
.alert {
box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1);
border-radius: 25px;
margin-left: 125px;
margin-right: 125px;
text-align: center;
}
}