From 605f5171086c2c00fcdd8909381e501d4a510c41 Mon Sep 17 00:00:00 2001 From: shivani Date: Tue, 20 Feb 2018 00:24:37 +0530 Subject: [PATCH] with other tabs --- main/static/assets/css/logggin.css | 9 +++++++++ main/static/assets/css/ssstyle.css | 10 +++++----- main/templates/login.html | 28 ++++++++++++++++++++++++++++ main/templates/ss.html | 23 ++++++++++++++++++++++- 4 files changed, 64 insertions(+), 6 deletions(-) diff --git a/main/static/assets/css/logggin.css b/main/static/assets/css/logggin.css index 8fa4a81..2f07099 100644 --- a/main/static/assets/css/logggin.css +++ b/main/static/assets/css/logggin.css @@ -3,6 +3,15 @@ margin-top: 100px; } +.title{ + + position: absolute; + top: 0; + z-index: 100; + + +} + #wrapper{ position: absolute; diff --git a/main/static/assets/css/ssstyle.css b/main/static/assets/css/ssstyle.css index 97f2ae7..bb74a27 100644 --- a/main/static/assets/css/ssstyle.css +++ b/main/static/assets/css/ssstyle.css @@ -1175,7 +1175,7 @@ h1 span, #navbar h1 a { #navbar { z-index: 99; position: absolute; - top: 0; + top: 55; left: 0; padding: 16px; width: 100%; @@ -1471,13 +1471,13 @@ body { width: 58%; position: fixed; color: white; - top: 0%; + top: 15%; left: 2%; border-radius: 12px; bottom: 1%; background-color: rgba(0,0,0,0.5); z-index: 2; - cursor: pointer; + font-size: 2em; } @@ -1486,13 +1486,13 @@ body { width: 38%; position: fixed; color: lime; - top: 0%; + top: 15%; left: 60%; border-radius: 12px; bottom: 1%; background-color: rgba(0,0,0,0.5); z-index: 2; - cursor: pointer; + font-size: 2em; } diff --git a/main/templates/login.html b/main/templates/login.html index d87f603..7c79f5f 100644 --- a/main/templates/login.html +++ b/main/templates/login.html @@ -9,6 +9,9 @@ + + + @@ -26,9 +29,26 @@ +
+ + +
+ +
+
+ +