1
0

Initial commit!

This commit is contained in:
2025-06-04 01:01:42 -05:00
commit fdc835aa45
36 changed files with 1157 additions and 0 deletions

9
buttons.css Normal file
View File

@ -0,0 +1,9 @@
.navbuttons a {
font-family: Arial;
font-size: "16";
background-color: lightslategrey;
color: black;
text-align: center;
text-decoration: none;
padding: 1px;
}