From c866ff3317bd86facf8dfa14edd2064fed10c09f Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 8 Apr 2021 20:20:31 +0530 Subject: worked on the main page --- static/css/style.css | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 static/css/style.css (limited to 'static/css/style.css') diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..8714d21 --- /dev/null +++ b/static/css/style.css @@ -0,0 +1,37 @@ +body { + background-color: #232627; + height: 100vh; + margin: 0; + color: #FFFFFF; +} + +.navbar { + height: 3.5rem; + border-bottom: 1px solid pink; + margin-bottom: 2.5rem; +} + +.root { + width: 100%; + height: 25rem; + margin: auto; + background: url("/media/hell-girl-full.png"); + background-repeat: no-repeat; +} + +strong, em { + color: red; + font-style: normal; +} +em { + font-size: 2rem; +} + +.content { + text-align: center; +} + + + +@media only screen and (max-device-width: 480px) { +} -- cgit v1.2.3