Add stylesheet for homepage styling
This commit is contained in:
parent
865127a0a9
commit
886b4d530c
2 changed files with 6 additions and 0 deletions
5
public/style.css
Normal file
5
public/style.css
Normal file
|
@ -0,0 +1,5 @@
|
|||
body {
|
||||
background-color: salmon;
|
||||
align-content: center;
|
||||
text-align: center;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue