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