diff --git a/css/styles.css b/css/styles.css index e8f0ee1..6a8fae9 100644 --- a/css/styles.css +++ b/css/styles.css @@ -60,14 +60,19 @@ } -.search input[type="submit"] { +.search button[type=submit] { background: #FF9767; border: none; border-radius: 0 10px 10px 0; - display: inline-block; + /* display: inline-block; */ padding: 0.4rem; + cursor: pointer; } +.search button[type=submit]:hover { + background-color: #A082AE; +} + .clear-button, .search-button { position: absolute; diff --git a/index.html b/index.html index 0ea3521..1d2fff6 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,8 @@ + + @@ -39,7 +41,10 @@