From 5369ca1aa757e662bedcd34bf8c5aa1efc9193f0 Mon Sep 17 00:00:00 2001 From: William Theaker Date: Fri, 14 Nov 2014 15:34:12 -0500 Subject: [PATCH] Added stylesheet --- assets/css/style.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 assets/css/style.css diff --git a/assets/css/style.css b/assets/css/style.css new file mode 100644 index 0000000..89a188a --- /dev/null +++ b/assets/css/style.css @@ -0,0 +1,26 @@ +.landing-box { + color: white; + display: inline-block; + height: 150px; + width: 300px; + padding-left: 10px; + border-radius: 5px; +} + +#benefits { + background-color: #9b59b6; +} + +#communications { + background-color: #3498db; +} + +#info { + background-color: #2ecc71; +} + +.dashboard-icon { + float: right; + font-size: 48px; + padding: 5px; +} -- 2.25.1