Initial commit
This commit is contained in:
11
frontend/style.css
Normal file
11
frontend/style.css
Normal file
@@ -0,0 +1,11 @@
|
||||
#loginBtn{
|
||||
background-color: rgb(0, 119, 255);
|
||||
}
|
||||
|
||||
#registerBtn{
|
||||
background-color: rgb(122, 122, 0);
|
||||
}
|
||||
|
||||
#dashboardBtn{
|
||||
background-color: orange;
|
||||
}
|
||||
Reference in New Issue
Block a user