Marin/static/style.css

14 lines
136 B
CSS
Raw Normal View History

2021-12-02 19:41:51 +01:00
body {
background-color: lightblue;
}
h1 {
color: white;
text-align: center;
}
p {
font-family: verdana;
font-size: 20px;
}