Add stylesheet for homepage styling

This commit is contained in:
Lukian 2025-01-21 08:25:14 +01:00
parent 865127a0a9
commit 886b4d530c
2 changed files with 6 additions and 0 deletions

5
public/style.css Normal file
View file

@ -0,0 +1,5 @@
body {
background-color: salmon;
align-content: center;
text-align: center;
}