Untitled
unknown
plain_text
2 years ago
833 B
4
Indexable
.dashboard-nav {
display: flex;
align-items: center;
}
.dashboard-nav-left {
display: flex;
flex-direction: column;
background: rgb(0, 0, 0);
background: linear-gradient(50deg, rgba(0, 0, 0, 1) 0%, rgba(0, 236, 255, 0.24693627450980393) 100%);
background-color: black;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
position: absolute;
top: 60px; /* Adjusted position */
left: 0px;
z-index: 1;
gap: 13px;
}
.dashboard-nav-left ul {
list-style: none;
padding: 0;
margin: 0;
}
.dashboard-nav-left li {
display: inline-block;
margin-right: 20px;
}
.dashboard-nav-left a {
color: white;
text-decoration: none;
display: block;
padding: 10px;
}
.dashboard-nav-left a:hover {
background-color: #45a049;
}
.dashboard-nav-right {
display: flex;
align-items: center;
margin-right: 20px;
}
Editor is loading...
Leave a Comment