pablohere/public/styles.css

16 lines
171 B
CSS
Raw Normal View History

2025-01-14 00:00:15 +01:00
body {
width: 33%;
min-width: 600px;
2025-01-13 17:00:39 +01:00
margin: 0 auto;
font-family: sans-serif;
2025-01-13 17:43:41 +01:00
}
2025-01-14 00:00:15 +01:00
h1,
h2,
h3 {
2025-01-13 17:43:41 +01:00
text-align: center;
}
2025-01-14 00:00:15 +01:00
footer {
text-align: center;
2025-01-13 17:00:39 +01:00
}