Files
DoubleSnake/frontend/dashboard/style.css
2025-03-13 16:05:09 +01:00

23 lines
268 B
CSS

button{
width: 280px;
}
.buttonMenu{
height: 60%;
}
#joinBtn{
background-color: rgb(0, 119, 255);
}
#homeBtn{
background-color: rgb(122, 122, 0);
}
#accountBtn{
background-color: orange;
}
#logoutBtn{
background-color: rgb(103, 11, 156);
}