diff --git a/static/index.html b/static/index.html index 76846e80..fd5abfa9 100644 --- a/static/index.html +++ b/static/index.html @@ -11,12 +11,12 @@
-

URL Shortener

-
- +

URL Shortener

+ +
- + \ No newline at end of file diff --git a/static/style.css b/static/style.css index 2aa1df43..43d14dcc 100644 --- a/static/style.css +++ b/static/style.css @@ -1,11 +1,15 @@ *{ align: center; } + +#url_heading{ + margin-bottom: 0cm; +} #url{ align: center; size: 100px; height: 50px; - width: 600px; + width: 710px; font-family: Arial; font-size: 25px; margin-top: 2%;