Skip to content

Commit 44be4c3

Browse files
Footer fixed at bottom
1 parent e817743 commit 44be4c3

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

css/style.css

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
html {
2+
position: relative;
3+
min-height: 100%;
4+
}
15
body {
26
font: 400 1em/1.5 "Neuton";
37
background: #090d00;
48
color: rgba(255, 255, 255, 0.25);
59
text-align: center;
6-
margin: 0;
10+
margin: 0 0 50px;
11+
padding: 25px;
712
}
813

914
.animated-logo {
@@ -39,13 +44,20 @@ body {
3944
}
4045

4146
.bottom-bar {
42-
margin-top: 20%;
4347
font-family: 'Courier New', Courier, monospace;
48+
position: absolute;
49+
background: #white;
50+
left: 0;
51+
bottom: 0;
52+
height: 50px;
53+
width: 100%;
54+
/* overflow: hidden;*/
4455
}
4556

4657
.bottom-bar ul {
47-
margin: 10% 25% 0 25%;
58+
margin: 0% 25% 0 25%;
4859
}
60+
4961
.bottom-bar ul li {
5062
border-left: 2px solid white;
5163
border-right: 2px solid white;

0 commit comments

Comments
 (0)