pablohere/public/styles.css

15 lines
187 B
CSS
Raw Normal View History

2025-01-13 17:00:39 +01:00
main {
2025-01-13 17:43:41 +01:00
width: 50%;
2025-01-13 17:00:39 +01:00
min-width: 300px;
margin: 0 auto;
font-family: sans-serif;
2025-01-13 17:43:41 +01:00
}
h1, h2, h3 {
text-align: center;
}
.li-with-explainer {
display: inline-block;
2025-01-13 17:00:39 +01:00
}