added project files

This commit is contained in:
2022-01-14 18:21:37 +00:00
parent b3d759b8f7
commit 33e18d8f2a
21 changed files with 5080 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
body {
font-family: Arial;
margin: 0;
}
h1 {
/* margin: 10px; */
}
main{
margin: 20px;
background-color: #eee;
min-height: 300px;
padding: 10px;
}