Pushing this mess anyway

This commit is contained in:
2023-04-26 17:57:59 -05:00
parent f59af072d9
commit bf26698b70
18 changed files with 883 additions and 2004 deletions

16
css/buttons.css Normal file
View File

@@ -0,0 +1,16 @@
div.button {
display: block;
padding: 4px;
background: #D4D4D4;
border: 2px outset #B8B8B8;
}
div.button:hover {
background: #99D4AB;
border: 2px outset #77C68F;
}
div.button:active {
background: #9E9E9E;
border: 2px inset #707070;
}