Skip to content

Commit a9f914a

Browse files
Added public folder
1 parent 666e99a commit a9f914a

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

public/css/styles.css

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
html {
2+
min-height: 100%;
3+
position: relative;
4+
}
5+
6+
.container-fluid {
7+
padding-top: 70px;
8+
padding-bottom: 70px;
9+
}
10+
.navbar {
11+
padding-top: 15px;
12+
padding-bottom: 15px;
13+
border: 0;
14+
border-radius: 0;
15+
margin-bottom: 0;
16+
font-size: 12px;
17+
letter-spacing: 5px;
18+
}
19+
.navbar-nav li a:hover {
20+
color: #1abc9c !important;
21+
}
22+
23+
.footer-padding {
24+
padding-bottom: 60px;
25+
}
26+
27+
.footer {
28+
position: absolute;
29+
text-align: center;
30+
bottom: 0;
31+
width: 100%;
32+
height: 60px;
33+
background-color: #1abc9c;
34+
}
35+
36+
.footer p {
37+
margin-top: 25px;
38+
font-size: 12px;
39+
color: #fff;
40+
}

0 commit comments

Comments
 (0)