From 745599db46134fa3de300474dfb27635ddc70814 Mon Sep 17 00:00:00 2001 From: Joshua Shoemaker Date: Fri, 3 Feb 2017 22:33:55 -0600 Subject: [PATCH] style: added button colors --- css/style.css | 24 ++++++++++ index.html | 118 +++++++++++++++++++++++++------------------------- 2 files changed, 83 insertions(+), 59 deletions(-) diff --git a/css/style.css b/css/style.css index 35b7755..1ce1792 100644 --- a/css/style.css +++ b/css/style.css @@ -27,4 +27,28 @@ button{ #app{ width: 960px; +} + +.button-yellow{ + background-color: lightgoldenrodyellow; +} + +.button-brown{ + background-color: #FFF3E8; +} + +.button-purple{ + background-color: #F3E8FF; +} + +.button-green{ + background-color: #E8FFF3; +} + +.button-grey{ + background-color: #E8FCFF; +} + +.button-blue{ + background-color: #E8F4FF; } \ No newline at end of file diff --git a/index.html b/index.html index ec04e27..2aec303 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@ -
+
Order
@@ -43,28 +43,28 @@