Set background image to fixed position & add blank Social section

This commit is contained in:
Arona Jones
2016-05-29 23:05:59 +01:00
parent ea483e39ff
commit 601b43ea2d
2 changed files with 7 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
body {
font-family: 'Raleway', sans-serif;
font-family: 'Raleway', sans-serif;
color: white;
padding: 0px;
@@ -23,4 +22,4 @@ hr {
-webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
}