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; /* Höhe der Box */
  background: #1efa60;
   background: linear-gradient(
   background: linear-gradient(
     rgba(76,175,80,0.8) 0%,   /* oben stark sichtbar */
    180deg,
     rgba(76,175,80,0.3) 50%,   /* langsam fast unsichtbar */
    rgba(30, 250, 96, 1) 0%,
     rgba(76,175,80,0) 100%     /* unten transparent */
    rgba(15, 241, 96, 0.82) 25%,
     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-position: top;  /* Hintergrund ganz oben */
   background-size: 100% 100%;  /* Gradient füllt die ganze Box */
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   position: relative;
   position: relative;
Zeile 14: Zeile 19:
   <span style="
   <span style="
     position: absolute;
     position: absolute;
     top: 5px;              /* Text bleibt wie vorher */
     top: 5px;              /* Text bleibt oben */
     left: 50%;
     left: 50%;
     transform: translateX(-50%);
     transform: translateX(-50%);

Version vom 25. September 2025, 08:48 Uhr

 
   Wiki4Life