This commit is contained in:
Pablo Martin 2025-01-13 17:00:39 +01:00
parent 698b1c9419
commit f6853bcf17
3 changed files with 34 additions and 1 deletions

7
public/styles.css Normal file
View file

@ -0,0 +1,7 @@
main {
width: 80%;
min-width: 300px;
text-align: center;
margin: 0 auto;
font-family: sans-serif;
}