From 1d2cab949c0aeb8747a5e41a492436ef8c3e2a29 Mon Sep 17 00:00:00 2001 From: seanzzz Date: Tue, 10 Nov 2015 23:58:22 -0800 Subject: [PATCH] Added background color --- index.html | 5 +++-- main.css | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index b92da5e..cb5b907 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,8 @@ - + + @@ -46,7 +47,7 @@

Welcome to Ryan's website

- +
diff --git a/main.css b/main.css index e5b31bb..7b293e6 100644 --- a/main.css +++ b/main.css @@ -1,5 +1,6 @@ body { padding-top: 5px; + background-color: #FCFDFE; } .nav a {