From 1b4eb0559a40721b10dcb0bc92d04b272d2bb151 Mon Sep 17 00:00:00 2001 From: Vicky Raut Date: Mon, 17 Jul 2023 02:30:56 -0400 Subject: [PATCH] Making page attractive by simple changes in CSS --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 2aa1df43..dd457ae9 100644 --- a/static/style.css +++ b/static/style.css @@ -1,5 +1,6 @@ *{ align: center; + background-color: #3cb0fd; } #url{ align: center;