Skip to content

Commit 5757005

Browse files
namefix yo
1 parent 22aa550 commit 5757005

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
}
1515

1616
#buttons,
17-
h1, h4 {
17+
h1,
18+
h4 {
1819
text-align: center;
1920
color: white;
2021
text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
@@ -46,6 +47,10 @@
4647
position: absolute;
4748
bottom: 0px;
4849
}
50+
51+
h4 {
52+
margin-top: 70px;
53+
}
4954
</style>
5055
</head>
5156

@@ -68,4 +73,4 @@ <h4>By: Kenneth Apeland, Øyvind Skeie Liland og Philip T. Hoang</h4>
6873
</div>
6974
</body>
7075

71-
</html>
76+
</html>

0 commit comments

Comments
 (0)