diff options
author | Akshen | 2019-06-04 16:09:58 +0530 |
---|---|---|
committer | Akshen | 2019-06-04 16:09:58 +0530 |
commit | 17bd8038440bb295d4ee5cf5be4c90f306bd9d76 (patch) | |
tree | 6d12a986eb1e487866ccad96934b18ba0466f025 /fossee_manim/static/css/index.css | |
parent | ec32a006b2cc3ee0f0cdaa022cd2c91f5d1a1af0 (diff) | |
download | FOSSEE_animations-17bd8038440bb295d4ee5cf5be4c90f306bd9d76.tar.gz FOSSEE_animations-17bd8038440bb295d4ee5cf5be4c90f306bd9d76.tar.bz2 FOSSEE_animations-17bd8038440bb295d4ee5cf5be4c90f306bd9d76.zip |
index page css fix
Diffstat (limited to 'fossee_manim/static/css/index.css')
-rw-r--r-- | fossee_manim/static/css/index.css | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/fossee_manim/static/css/index.css b/fossee_manim/static/css/index.css index 8cceca6..f1b32bc 100644 --- a/fossee_manim/static/css/index.css +++ b/fossee_manim/static/css/index.css @@ -15,6 +15,18 @@ 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: 10px; font-size: 17px; @@ -25,8 +37,8 @@ form.example input[type=text] { } form.example button { - height: 6.6%; - width: 18%; + padding: 6px; + width: 30%; background:#F5404C; color: white; font-size: 150%; |