diff --git a/static/styles_results.css b/static/styles_results.css index 2848b69..211a7ba 100644 --- a/static/styles_results.css +++ b/static/styles_results.css @@ -139,3 +139,35 @@ h1 { border-radius: 6px; } +.image-search-button { + padding: 0.5rem 1rem; + background-color: #000000; + color: #fff; + border: 1px solid #000000; + margin-left: 8px; /* Spacing between buttons */ + cursor: pointer; + border-radius: 6px; + font-size: 1rem; + text-align: center; +} +.image-search-button:hover { + background-color: #6e6e6e; + border: 1px solid #8a8a8a; +} + +.text-search-button { + padding: 0.5rem 1rem; + background-color: #000000; + color: #fff; + border: 1px solid #000000; + margin-left: 8px; /* Spacing between buttons */ + cursor: pointer; + border-radius: 6px; + font-size: 1rem; + text-align: center; +} +.text-search-button:hover { + background-color: #6e6e6e; + border: 1px solid #8a8a8a; +} + diff --git a/templates/image_results.html b/templates/image_results.html index 4e63d76..942ef5e 100644 --- a/templates/image_results.html +++ b/templates/image_results.html @@ -12,6 +12,7 @@