diff options
author | Akshen | 2019-06-07 17:19:09 +0530 |
---|---|---|
committer | GitHub | 2019-06-07 17:19:09 +0530 |
commit | 5b84a9d0eff5516a873ce55bede5844dcc004ae4 (patch) | |
tree | 4cbecf68bab8e0bb6ebed7be14ea927efc811e49 /static/css/index.css | |
parent | dc1ff7068de98e77ea5cc93aefcb55a3fa25728b (diff) | |
parent | e7f02d34fc248bed0b27c55fd0b0d2180542dce2 (diff) | |
download | FOSSEE_animations-5b84a9d0eff5516a873ce55bede5844dcc004ae4.tar.gz FOSSEE_animations-5b84a9d0eff5516a873ce55bede5844dcc004ae4.tar.bz2 FOSSEE_animations-5b84a9d0eff5516a873ce55bede5844dcc004ae4.zip |
Merge pull request #28 from Akshen/develop
css files copies to outer static
Diffstat (limited to 'static/css/index.css')
-rw-r--r-- | static/css/index.css | 22 |
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%; |