Backend/20240926/style.css
2024-09-29 08:53:01 +02:00

16 lines
162 B
CSS

body{
background-color: chocolate;
color: blue;
}
h1, h2, p, form{
text-align: center;
}
p{
font-size: large;
}
button{
margin-top: 1rem;
}