diff --git a/hotel_booking/admin/dashboard.php b/hotel_booking/admin/dashboard.php index 46f1017..78434be 100644 --- a/hotel_booking/admin/dashboard.php +++ b/hotel_booking/admin/dashboard.php @@ -25,14 +25,48 @@ color: black; transition: all 0.5s ease; } - + #dashboard-menu{ + position: fixed; + height: 100%; + background-color: #194141; + color: white; + } -
-