From d05a673d6d6e8d832ac77ea5513bdac5334ea8c8 Mon Sep 17 00:00:00 2001 From: Naman Awasthi Date: Tue, 20 Jun 2023 18:41:04 +0530 Subject: [PATCH] New UI Changes Added --- static/index.html | 2 +- static/style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 76846e80..5dfc1d3e 100644 --- a/static/index.html +++ b/static/index.html @@ -6,7 +6,7 @@ - URL Shortner + Link Chhota diff --git a/static/style.css b/static/style.css index 2aa1df43..bdb43dcb 100644 --- a/static/style.css +++ b/static/style.css @@ -10,6 +10,7 @@ font-size: 25px; margin-top: 2%; margin-left: 25%; + background-color: #3498db; } .btn { background: #ffd324;