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 093fe20..ce516a7 100644 --- a/frontend/dashboard.html +++ b/frontend/dashboard.html @@ -9,7 +9,7 @@
- +
@@ -17,4 +17,4 @@ - \ No newline at end of file +