From bcaef9788fc993b7a9de2736a5afd016d3b75427 Mon Sep 17 00:00:00 2001 From: smenghani98 <102848166+smenghani98@users.noreply.github.com> Date: Wed, 18 Oct 2023 14:06:51 +0530 Subject: [PATCH] New UI Changes Added --- static/index.html | 6 +++--- static/style.css | 10 ++++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/static/index.html b/static/index.html index 76846e80..128d3bff 100644 --- a/static/index.html +++ b/static/index.html @@ -6,14 +6,14 @@ - URL Shortner + URL shortener :
-

URL Shortener

+

Shorten your URL

- +
diff --git a/static/style.css b/static/style.css index 2aa1df43..3245c6d6 100644 --- a/static/style.css +++ b/static/style.css @@ -9,7 +9,8 @@ font-family: Arial; font-size: 25px; margin-top: 2%; - margin-left: 25%; + margin-left: 18%; + background-color: aqua; } .btn { background: #ffd324; @@ -42,13 +43,14 @@ align-self: center; align-items: center; font-family: "American Typewriter"; - font-size:30px; + font-size:20px; font-style: inherit; - margin-top: 3%; + margin-top: 8%; margin-left: 25%; + background-color: #ffd324; } .center{ font-family: "American Typewriter"; - font-size: 40px; + font-size: 60px; } \ No newline at end of file