Zum Inhalt springen

Hauptseite: Unterschied zwischen den Versionen

Aus wiki4life
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
<div style="
<div style="
   height: 800px; /* Höhe der Box */
   height: 800px;  
   margin: 0;
   margin: 0;
   padding: 0;
   padding: 0;
   background: #ffffff;
   display: flex;
  justify-content: center; /* horizontal zentriert */
  align-items: flex-start; /* oben */
   background: linear-gradient(
   background: linear-gradient(
     181deg,  
     181deg,  
Zeile 9: Zeile 11:
     rgba(232, 227, 227, 1) 100%
     rgba(232, 227, 227, 1) 100%
   );
   );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
h1<> yo <>h1
">
">
  <h1 style="
    font-family: Arial, sans-serif;
    color: black;
    margin-top: 20px; /* Abstand vom oberen Rand */
  ">
    Wiki4Life
  </h1>
</div>
</div>

Version vom 25. September 2025, 11:18 Uhr

Wiki4Life