main site

This commit is contained in:
2026-04-30 21:09:51 +00:00
parent 76c66d1641
commit 9463aa2c6f
2 changed files with 52 additions and 28 deletions

32
styles.css Normal file
View File

@@ -0,0 +1,32 @@
body {
background-image: url('images/arcade.png');
justify-content: center;
align-items: center;
}
.container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #242424;
margin: 100px auto;
max-width: 50%;
}
.logo {
align-self: center;
justify-self: center;
display: block;
margin: -130px auto;
}
h1 {
color: #ffffff;
}
h3 {
color: #ffffff;
}
p {
color: #ffffff;
}
ul {
color: #ffffff;
}