summaryrefslogtreecommitdiff
path: root/static/css/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/index.css')
-rw-r--r--static/css/index.css22
1 files changed, 19 insertions, 3 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%;