небольшие правки

This commit is contained in:
artem 2023-05-01 06:09:07 +03:00
parent 59b876e2f2
commit 7f5826ad46
1 changed files with 19 additions and 0 deletions

19
server/static/styles.css Normal file
View File

@ -0,0 +1,19 @@
body {
background: #fff;
margin: 0;
border: none;
}
img {
margin: 0;
border: none;
}
h1 {
text-align: center;
}
#main {
max-width: 1024px;
margin: auto;
}