Basic test of images and css and such :3

This commit is contained in:
Haze Weathers 2024-08-18 20:21:17 -04:00
parent 96b4cff433
commit ed0a1c7326
4 changed files with 50 additions and 1 deletions

17
css/style.css Normal file
View file

@ -0,0 +1,17 @@
body {
background-image: url("/img/bg-checkers.png");
background-repeat: repeat;
background-position: 50% 0;
}
#page {
max-width: 960px;
width: auto;
margin: 0 auto;
padding-top: 1em;
background-color: #b4d5ed;
display: flex;
justify-content: center;
align-items: center;
}