Zum Inhalt springen

Hauptseite: Unterschied zwischen den Versionen

Aus wiki4life
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
<div style="
<div style="
  position: relative;
   height: 800px; /* Höhe der Box */
   height: 800px;
   margin: 0;
   margin: 0;
   padding: 0;
   padding: 0;
   background: #e6ffea;
   background: #08ff63;
   background: linear-gradient(90deg, rgba(230, 255, 234, 1) 2%, rgba(255, 255, 255, 1) 100%);
   background: linear-gradient(
    90deg,  
    rgba(8, 255, 99, 0.67) 0%,  
    rgba(255, 255, 255, 0.49) 100%
  );
   background-size: cover;
   background-size: cover;
   background-position: center;
   background-position: center;
   background-repeat: no-repeat;
   background-repeat: no-repeat;
">
">
  <!-- Purer Text -->
  <span style="
    position: absolute;
    top: 50%;              /* vertikal mittig */
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Arial, sans-serif;
    font-size: 56px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    z-index: 2;
  ">
    Wiki4Life
  </span>
</div>
</div>

Version vom 25. September 2025, 09:13 Uhr