diff --git a/index.css b/index.css index 373135f..c27f035 100644 --- a/index.css +++ b/index.css @@ -25,3 +25,8 @@ width: 200px; background-color: aliceblue; } +#button{ + background-color: green; + height:10vh; + +} diff --git a/index.html b/index.html index f5b3c84..9d62375 100644 --- a/index.html +++ b/index.html @@ -10,58 +10,67 @@