Zum Inhalt springen

Hauptseite: Unterschied zwischen den Versionen

Aus wiki4life
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 4: Zeile 4:
   padding: 0;
   padding: 0;
   display: flex;
   display: flex;
   justify-content: center; /* horizontal zentriert */
  flex-direction: column; /* damit Elemente untereinander stehen */
   align-items: flex-start; /* oben */
   justify-content: space-between; /* erstes oben, zweites unten */
   align-items: center; /* horizontal zentriert */
   background: linear-gradient(
   background: linear-gradient(
     181deg,  
     181deg,  
Zeile 12: Zeile 13:
   );
   );
">
">
  <h1 style="
  <h1 style="
     font-family: Arial, sans-serif;  
     font-family: Arial, sans-serif;  
     color: black;  
     color: black;  
     margin-top: 20px; /* Abstand vom oberen Rand */
     margin-top: 20px;
   ">
   ">
     Wiki4Life
     Wiki4Life
   </h1>
   </h1>
   <h1 style="
   <h1 style="
     font-family: Arial, sans-serif;  
     font-family: Arial, sans-serif;  
     color: black;  
     color: black;  
     margin-top: 20px; /* Abstand vom oberen Rand */
     margin-bottom: 20px;
   ">
   ">
     Test
     Test
   </h1>
   </h1>
</div>
</div>

Version vom 25. September 2025, 11:31 Uhr

Wiki4Life

Test