website (detail)

This commit is contained in:
Peter Kleiweg
2026-04-03 17:57:55 +02:00
parent d8fc61f610
commit bb2e90dafe
2 changed files with 5 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
<body>
<div class="title">
<h1>2026 week 13</h1>
terugkijkend over vier weken
</div>
<div class="main">
<div>

View File

@@ -55,9 +55,12 @@ body {
margin-bottom: 2em;
}
.title {
text-align: center;
}
h1 {
margin-top: 4em;
text-align: center;
}
h1,