From d766fdd744e43d4d24d6038e5c4390a958e7eec6 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sat, 20 Jun 2015 19:02:38 -0400 Subject: [PATCH] Update. --- style.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 98eb95e..4e6887a 100644 --- a/style.css +++ b/style.css @@ -23,9 +23,16 @@ display: none; } -#experience { +.sectionheaders { width: 100%; - height: 50px; + height: 50%; +} + +#skillset { + background-color: #FF8822; +} + +#experience { background-color: #FF9933; }