Files
komcreative.com/css/main.css
Nathan Upchurch 0b4774de48 first commit
2024-01-11 13:32:00 -06:00

14 lines
164 B
CSS

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