pablohere/public/styles.css

28 lines
333 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-19 23:18:42 +01:00
}
img {
margin-left: auto;
margin-right: auto;
display: block;
2025-01-31 23:04:39 +01:00
}
2025-03-18 11:24:47 +01:00
figcaption {
2025-01-31 23:04:39 +01:00
font-style: italic;
font-size: small;
2025-03-18 11:24:47 +01:00
text-align: center;
2025-01-13 17:00:39 +01:00
}