From 2bdc35a462a81fb09d3682d0c2e452f59b349c83 Mon Sep 17 00:00:00 2001 From: Rohit Rajkumar Chauhan Date: Tue, 18 Jun 2024 14:34:30 +0530 Subject: [PATCH] New UI Changes Added --- static/script.js | 2 +- static/style.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/static/script.js b/static/script.js index 94f6d587..2fbc51a3 100644 --- a/static/script.js +++ b/static/script.js @@ -7,7 +7,7 @@ $(function () { $.post('/api/v1/shorten', { url:url },function (data) { - $('#shortcode').html("Short URL: " + ''+window.location.href+data + ''); + $('#shortcode').html("Chotta URL: " + ''+window.location.href+data + ''); }) }) }) \ No newline at end of file diff --git a/static/style.css b/static/style.css index 2aa1df43..9f971ac1 100644 --- a/static/style.css +++ b/static/style.css @@ -46,7 +46,8 @@ font-style: inherit; margin-top: 3%; margin-left: 25%; - + background-color: #FFFF00; + width: fit-content; } .center{ font-family: "American Typewriter";