first commit

This commit is contained in:
Nathan Upchurch
2024-01-11 12:24:46 -06:00
parent 009adc2a81
commit 0b4774de48
3 changed files with 252 additions and 0 deletions

13
css/main.css Normal file
View File

@@ -0,0 +1,13 @@
html {
background-color: black;
font-family: sans-serif;
text-align: center;
color: white;
padding-top: 9rem;
}
img {
width: 20rem;
margin-bottom: 2rem;
}