From 601b43ea2d0729114e3218c59cac522d0b1b8a28 Mon Sep 17 00:00:00 2001 From: Arona Jones Date: Sun, 29 May 2016 23:05:59 +0100 Subject: [PATCH] Set background image to fixed position & add blank Social section --- css/main.css | 3 +-- index.html | 8 ++++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/css/main.css b/css/main.css index 3f66522..79b4719 100644 --- a/css/main.css +++ b/css/main.css @@ -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); -} +} \ No newline at end of file diff --git a/index.html b/index.html index ea9bf0f..ccced8d 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@