-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
46 lines (42 loc) · 838 Bytes
/
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
.form {
background-color: #f9f9f9;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.container {
width: 50%;
}
body {
background-color: #efefef;
color: #15c5bd;
}
h1 {
padding-bottom: 30px;
}
/* Header style */
#header-nav {
height: 130px;
margin-bottom: 50px;
background-color: #430050 !important;
}
#nav-mobile {
padding: 30px 50px 0px 0px;
}
#nav-mobile li {
padding: 0px 10px 0px 10px;
}
/* Footer style */
.page-footer {
height: 150px;
padding: 40px 20px 0px 10px;
margin-top: 100px;
background-color: #430050 !important;
}
.icons {
padding: 10px 30px 0px 0px;
}
.page-footer a {
color: #c69de7;
}