diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/css/index.css | 22 | ||||
-rw-r--r-- | static/css/sticky-footer.css | 4 |
2 files changed, 21 insertions, 5 deletions
diff --git a/static/css/index.css b/static/css/index.css index 0c3c6e7..f1b32bc 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -11,18 +11,34 @@ } +#search_bar { + padding-top: 3.5%; +} + +#center_row { + background-color: #A5C9FF; + height: 420px; + padding: 5%; + text-align: center; +} + +#container_img { + margin: auto; + +} form.example input[type=text] { - padding: 5px; + padding: 10px; font-size: 17px; border: 1px solid grey; float: left; + width: 70%; background: #f1f1f1; } form.example button { - float: left; - margin-left: 1%; + padding: 6px; + width: 30%; background:#F5404C; color: white; font-size: 150%; diff --git a/static/css/sticky-footer.css b/static/css/sticky-footer.css index e8a486e..38c600b 100644 --- a/static/css/sticky-footer.css +++ b/static/css/sticky-footer.css @@ -89,7 +89,7 @@ border-radius: 5px; } + #circle:hover { - background-color: #ffe0b2; - border-radius: 50%; + color: orange; }
\ No newline at end of file |