Zum Inhalt springen

Hauptseite: Unterschied zwischen den Versionen

Aus wiki4life
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
<div style="
<div style="
   position: absolute;
   position: relative; /* Container für beide Layer */
   top: 0;                 /* Text oben über Hintergrund */
   height: 800px;       /* Höhe der Box */
   left: 50%;
   margin: 0;
   transform: translateX(-50%);
   padding: 0;
   font-family: Arial, sans-serif;
   background: #1efa60;
   font-size: 56px;
   background: linear-gradient(
  font-weight: bold;
    180deg,
  color: #ffffff;
    rgba(30, 250, 96, 1) 0%,
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    rgba(15, 241, 96, 0.82) 25%,
   z-index: 2;             /* Text liegt über allem */
    rgba(0, 232, 97, 0.66) 49%,
    rgba(22, 218, 84, 0.43) 67%,
    rgba(41, 206, 72, 0.26) 83%,
    rgba(62, 194, 60, 0) 100%
  );
  background-size: cover;
   background-position: top;
  background-repeat: no-repeat;
">
">
   Wiki4Life
   <!-- Layer 2: Text -->
  <div style="
    position: absolute;
    top: 5px;                /* Text über dem Hintergrund */
    left: 50%;
    transform: translateX(-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;              /* Text liegt über Hintergrund */
  ">
    Wiki4Life
  </div>
</div>
</div>

Version vom 25. September 2025, 08:53 Uhr

   Wiki4Life