We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666e99a commit a9f914aCopy full SHA for a9f914a
public/css/styles.css
@@ -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
39
+ color: #fff;
40
0 commit comments