pablohere/public/styles.css

37 lines
470 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,
2025-12-24 10:52:09 +01:00
h3,
h4 {
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;
2026-02-10 23:43:29 +01:00
}
blockquote {
border-left: 3px solid #888;
margin-left: 0;
padding-left: 1em;
font-style: italic;
color: #555;
2025-01-13 17:00:39 +01:00
}