diff options
| author | Valentin <valentin@fricklerhandwerk.de> | 2026-01-18 23:26:40 +0100 |
|---|---|---|
| committer | Valentin <valentin@fricklerhandwerk.de> | 2026-01-18 23:35:23 +0100 |
| commit | 1c5c2041c8696febd165b22f546fd4ad47d3b8f7 (patch) | |
| tree | baa0f4cf3aa2bf8e4f054181b1b4d71ae4afeda4 /www/html/index.html | |
| parent | ebbf8ba883844c352b2614d16dd3070e0caa9c51 (diff) | |
Semantische CSS-Klassen eingeführt
Dies ermöglicht unabhängigere visuelle Komponenten, die nicht an den Ort im DOM-Baum gebunden sind.
Diffstat (limited to 'www/html/index.html')
| -rw-r--r-- | www/html/index.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/www/html/index.html b/www/html/index.html index 3b713b9..68fa58a 100644 --- a/www/html/index.html +++ b/www/html/index.html @@ -8,7 +8,7 @@ <body> <div class="table"> <div class="column welcome"> - <div class="row welcome"> + <div class="row centered welcome"> <h1>Herzlich Willkommen</h1> <p style="color:yellow;"> Dies ist die Website<br> @@ -19,10 +19,10 @@ </div> </div> <div class="column"> - <div class="row"> + <div class="row centered"> <h1>Stadtteilbeirat Heimfeld</h1> </div> - <div class="row"> + <div class="row centered"> Tel: (040) 300 924 94<br> Di 10 - 12h & Do 14 - 16h sonst AB<br> eMail: beirat (at) heimfeld.hamburg<br> @@ -34,19 +34,19 @@ </span> </font> </div> - <div class="row"> + <div class="row centered"> <p class="news">Der Stadtteilbeirat Heimfeld wird 30 Jahre alt!</p> </div> - <div class="row"> + <div class="row centered"> <p class="news">Newsletter für Heimfeld</p> Bald wieder da </div> </div> <div class="column"> - <div class="row"> + <div class="row centered"> <h1>Aktuelles</h1> </div> - <div class="row"> + <div class="row centered"> <p class="news">Stadtteilfest</p> <p class="highlight big">Samstag, 13. Juni 2026</p> </div> @@ -67,7 +67,7 @@ </tr> </table> </div> - <div class="row"> + <div class="row centered"> <img src="img/construct.gif" alt="Bald geht es weiter" width="150" height="150"> <p>Letzte Änderung: @published@</p> </div> |
