aboutsummaryrefslogtreecommitdiff
path: root/static/css/style.css
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-04-08 20:20:31 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-04-08 20:20:31 +0530
commitc866ff3317bd86facf8dfa14edd2064fed10c09f (patch)
tree335902d61c27ca4c65fad5e567327e89b5799410 /static/css/style.css
parentb33e3fe60f4ae7eff88ab1ca28f45f94d2d9d713 (diff)
worked on the main page
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css37
1 files changed, 37 insertions, 0 deletions
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) {
+}