• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Suchergebnisse

  1. M

    Frage Parallax Effekt

    Was ist daran falsch das es nicht funktioniert. const parallax = document.getElementById ("parallax"); window.addEventListener ("scroll",function(){ let offset = window.pageYOffset; parallax.style.backgroundPositionY = offset * 0.5 + "px"; })
  2. M

    Frage Parallax Effekt in HTML

    <html> <header><h1 style="color: white;font-family: AR CENA;font-size: 55px;"> Minecraft</h1></header> <style> html { height: 100%; overflow: hidden } body{ color: #fff; margin: 0; padding: 0; perspective: 1px; transform-style...
  3. M

    Frage Ganze Zeile in eine Farbe

    ja aber dann ist nur nach dem teyt bis zum rand
  4. M

    Frage Ganze Zeile in eine Farbe

    Ich möchte die ganze Zeile und auch bis oben mit schwarz als Hintergrund sein. <div style="position: fixed;margin-left:600px;background-color: black"><h3> <a href="index.html"style="text-decoration:none; color: green">Startseite |</a> <a...
Zurück
Oben