From d0ba1f9c1f76e1be8db4f4b196329f4b2d41a113 Mon Sep 17 00:00:00 2001 From: ysandler Date: Sat, 4 Mar 2017 16:34:13 -0600 Subject: [PATCH] feat: added other meu --- css/style.css | 27 +++++++++++++++-- index.html | 66 +++++++++++++++++++++++++++++++++++------- js/app.js | 19 ++++++++++++ js/createDrink.js | 5 +++- js/order.js | 15 +++++++++- js/standardRecipies.js | 5 ++-- 6 files changed, 120 insertions(+), 17 deletions(-) diff --git a/css/style.css b/css/style.css index a1d626a..30351c3 100644 --- a/css/style.css +++ b/css/style.css @@ -23,12 +23,35 @@ button{ border-color:rgba(255,255,255,0); } +#app{ + width: 1400px; +} + +#menu{ + height: 660px; + width: 800px; +} + +#order{ + width: 220px; +} + +#drink-builder-options{ + background-color: lightgoldenrodyellow; + width: 105px; +} + .drink-menu{ + margin: 0px auto; height: 660px; } -#app{ - width: 960px; +.five-buttons button{ + margin: 0px 2% 20px; +} + +.six-buttons button{ + margin: 5px 1%; } .button-yellow{ diff --git a/index.html b/index.html index 719e46d..8694af8 100644 --- a/index.html +++ b/index.html @@ -36,12 +36,16 @@
Order
- - +
+ +
+ +
+