-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.css
47 lines (39 loc) · 774 Bytes
/
home.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
/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
margin-bottom: 0;
border-radius: 0;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.nav-item h5 {
font-size: 22px;
font-weight: 400;
padding-right: 2rem;
}
.nav-item h5:hover, .nav-item a:hover {
color: grey !important;
}
body {
background-color: #C8D8E4;
}
a.navbar-brand {
font-family: Girassol;
}
.footer {
background-color: lightgrey !important;
max-height: 3rem !important;
padding: 15px;
}
.footer p {
font-size: 14px !important;
font-family: Nunito !important;
color: darkgrey !important;
}
body {
/* background: #C8D8E4 !important; */
margin: 0;
height: 100% !important;
width: 100% !important;
}
button:hover {
opacity: 80% !important;
}