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
- - +
+ +
+ +
+