From 49420c5a1d83a0113e7950a91ec10e6ef895fedb Mon Sep 17 00:00:00 2001 From: Kosh Date: Wed, 18 Oct 2023 13:27:17 +0530 Subject: [PATCH] Add content box in the dashboard --- frontend/dashboard.css | 15 +++++++++++++-- frontend/dashboard.html | 4 ++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/frontend/dashboard.css b/frontend/dashboard.css index 44ef651..cda552f 100644 --- a/frontend/dashboard.css +++ b/frontend/dashboard.css @@ -25,7 +25,8 @@ body { .container { display: flex; - background-color: rgb(255, 255, 255,0.2); + align-items: center; + background-color: rgb(0, 255, 255,0.2); backdrop-filter: blur(15px); border-radius: 30px; width: 90vw; @@ -44,4 +45,14 @@ footer{ footer p{ color: white; text-align: center; -} \ No newline at end of file +} + +.contentbox { + position: absolute; + left: 30px; + background-color: rgb(255, 255, 255,0.7); + border-radius: 20px; + translate: translateX(50%); + height: 90%; + width: 500px; +} diff --git a/frontend/dashboard.html b/frontend/dashboard.html index c6ace23..19e735e 100644 --- a/frontend/dashboard.html +++ b/frontend/dashboard.html @@ -9,7 +9,7 @@
- +
<<<<<<< HEAD @@ -25,4 +25,4 @@ - \ No newline at end of file +