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

11 lines
140 B
CSS

#homeBtn{
background-color: rgb(0, 119, 255);
}
#registerBtn{
background-color: rgb(122, 122, 0);
}
#loginBtn{
width: 234px;
}