Adds a basic page.

This commit is contained in:
2024-07-29 23:05:32 -07:00
parent addda6f54f
commit d9781431c6
7 changed files with 87 additions and 0 deletions

8
reset.css Normal file
View File

@@ -0,0 +1,8 @@
body {
margin: 0;
padding: 0;
}
fieldset {
margin: 0;
}