From eb1829c0b1aba550560027330860f356a157baa5 Mon Sep 17 00:00:00 2001 From: Anmol Agrawal Date: Sat, 27 Sep 2014 22:04:42 +0530 Subject: Input box fixed - #62 solved --- index.html | 6 ++---- style.css | 3 ++- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 6caa3476..2d1335ac 100644 --- a/index.html +++ b/index.html @@ -50,10 +50,8 @@ -
-
- - +
+
diff --git a/style.css b/style.css index 55ef4d93..4decd588 100644 --- a/style.css +++ b/style.css @@ -71,7 +71,8 @@ a:active { } #textanalyser{ - width:500px; + position: fixed; + width:900px; height:30px; } -- cgit v1.3.1