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;
   flex-direction: column; /* damit Elemente untereinander stehen */
   flex-direction: column;
   justify-content: space-between; /* erstes oben, zweites unten */
   justify-content: flex-start;
   align-items: center; /* horizontal zentriert */
   align-items: center;
   background: linear-gradient(
   background: linear-gradient(
     181deg,  
     181deg,  
Zeile 17: Zeile 17:
     color: black;  
     color: black;  
     margin-top: 20px;
     margin-top: 20px;
    text-decoration: none; /* Unterstreichung aus */
   ">
   ">
     Wiki4Life
     Wiki4Life
Zeile 24: Zeile 25:
     font-family: Arial, sans-serif;  
     font-family: Arial, sans-serif;  
     color: black;  
     color: black;  
     margin-bottom: 20px;
     margin-top: 10px;
    text-decoration: none; /* Unterstreichung aus */
   ">
   ">
     Test
     Test
   </h1>
   </h1>
</div>
</div>

Version vom 25. September 2025, 11:32 Uhr

Wiki4Life

Test