init commit

This commit is contained in:
2026-08-04 06:53:36 -06:00
commit 5df8484e8f
91 changed files with 2859 additions and 0 deletions
+45
View File
@@ -0,0 +1,45 @@
body {
margin: auto;
position: relative;
background-color: #4A245E;
font-family: Lato sans-serif;
color: white;
}
h1 {
padding: 25px;
font-size: 5em;
}
div {
display: inline-block;
margin: auto;
}
button {
background-color: white;
color: #4A245E;
border: none;
padding: 25px;
text-decoration: none;
font-size: 1.5em;
font-family: Lato sans-serif;
display: inline-block;
}
p {
padding : 25px;
font-size: 2em;
display: inline-block;
}