From eeeccf296259c91b1c70084336ae9fbe565b1192 Mon Sep 17 00:00:00 2001 From: Mrunal Kashid <95683323+MrunalKashid02@users.noreply.github.com> Date: Wed, 23 Oct 2024 21:25:30 +0530 Subject: [PATCH] Added logout functionalty --- public/css/profile.css | 19 +++++++++++++++- public/dashboard.html | 34 +++++++++++---------------- public/stk_dashboard.html | 48 +++++++++++++++++++++++---------------- 3 files changed, 60 insertions(+), 41 deletions(-) diff --git a/public/css/profile.css b/public/css/profile.css index 04d78be..d9565b4 100644 --- a/public/css/profile.css +++ b/public/css/profile.css @@ -10,7 +10,24 @@ body{ section{ display: flex; } - +#box1 { + width: 100%; + max-width: 500px; + padding: 12px; + border-radius: 8px; + text-align: center; + font-size: 12px; + position: absolute; + top: 10%; + left: 50%; + transform: translateX(-50%); +} +#box1 { + background-color: #d4edda; + color: #155724; + border: 1px solid #c3e6cb; + display: none; +} :root{ --primary-color: #fff; --secondary-color: #0e0e0e; diff --git a/public/dashboard.html b/public/dashboard.html index fbb052a..fb70197 100644 --- a/public/dashboard.html +++ b/public/dashboard.html @@ -28,7 +28,7 @@
  • Home
  • About Us
  • View Result
  • -
  • Log Out
  • +
  • Log Out