<title>Blaue Mitte</title> <style> .mitte { background-color: blue; color: white; width: 300px; height: 200px; margin: 100px auto; /* zentriert horizontal + oben Abstand */ text-align: center; line-height: 200px; /* vertikale Zentrierung für einfachen Text */ border-radius: 10px; } </style> Blauer Bereich