We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e817743 commit 44be4c3Copy full SHA for 44be4c3
css/style.css
@@ -1,9 +1,14 @@
1
+html {
2
+ position: relative;
3
+ min-height: 100%;
4
+}
5
body {
6
font: 400 1em/1.5 "Neuton";
7
background: #090d00;
8
color: rgba(255, 255, 255, 0.25);
9
text-align: center;
- margin: 0;
10
+ margin: 0 0 50px;
11
+ padding: 25px;
12
}
13
14
.animated-logo {
@@ -39,13 +44,20 @@ body {
39
44
40
45
41
46
.bottom-bar {
42
- margin-top: 20%;
43
47
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;*/
55
56
57
.bottom-bar ul {
- margin: 10% 25% 0 25%;
58
+ margin: 0% 25% 0 25%;
59
60
+
61
.bottom-bar ul li {
62
border-left: 2px solid white;
63
border-right: 2px solid white;
0 commit comments