-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmain.css
51 lines (44 loc) · 977 Bytes
/
main.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
html {
height: 100%;
}
body {
position: relative;
min-height: 100%;
padding-bottom: 40px;
}
.custom-navbar {
padding: 10px 15px;
border-bottom: 1px solid #c9eb0e;
z-index: -1;
}
.custom-navtitle {
display: inline-block;
margin: 0px;
font-size: 20px;
color: black;
}
center {
margin-bottom: 20px;
margin-top: 20px;
}
.download {
margin-top:7px;
}
div.form-div-board {
color: #000;
margin-bottom: 0;
padding: 20px;
background: #fffc;
box-shadow: 0px 2px 2px #c9eb0e;
margin-top: 40px;
margin-bottom: 50px;
}
#footer {
position: absolute;
text-align: center;
width: 100%;
padding: 10px;
bottom: 0px;
border-top: 1px solid #c9eb0e;
background-color: #f9f9f9;
}