From 259de6ca97ba95fdfc500015825792e1cd979316 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 19 Oct 2020 22:37:30 +0530 Subject: it looks cool now: --- static/css/new.main.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'static/css/new.main.css') diff --git a/static/css/new.main.css b/static/css/new.main.css index 12be42c..d6eef9d 100644 --- a/static/css/new.main.css +++ b/static/css/new.main.css @@ -2,6 +2,10 @@ body { background-color: #232627; } +strong { + color: red; +} + .navbar { background-color: #222526; overflow: hidden; @@ -55,3 +59,17 @@ body { } /*Navbar is done*/ +.body { + background-image: url("HG.png"); + background-repeat: no-repeat; + background-position: left center; + text-align: center; +} + +.body h1, p { + color: #f0f0f0; + background-color: #23262766; + display: inline; + float: right; + margin-right: 3%; +} -- cgit v1.2.3