Basic test of images and css and such :3
This commit is contained in:
parent
96b4cff433
commit
ed0a1c7326
4 changed files with 50 additions and 1 deletions
17
css/style.css
Normal file
17
css/style.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue