IPost/css/style.css
2022-04-20 21:31:09 +02:00

15 lines
185 B
CSS

* {
font-family: Arial, Helvetica, sans-serif;
}
body {
background-color: black;
color: white;
text-align: center;
}
button {
font-size: 18px;
margin: 10px;
}