Styled the title

This commit is contained in:
mikwee 2021-10-13 20:57:23 +03:00
parent bb3075c98c
commit 48030d8db5
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
.App {
background-image: '/public/background.png';
}
#title {
text-align: center;
margin-top: 3%;
}