Website files

This commit is contained in:
2025-11-18 09:56:31 -05:00
commit dc41d7d04c
5 changed files with 284 additions and 0 deletions

6
main.css Normal file
View File

@@ -0,0 +1,6 @@
*:focus, input:enabled:focus-visible:where([type=submit]) {
outline: 4px #000000 solid;
/* outline-offset: 20; */
box-shadow: 0 0 0 8px #ffffff;
}