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