-
Sujet
-
Bonjour j’essaye de mettre le code css ci dessous avec mon code html sauf que je ne trouve pas comment faire. Si quelqu’un peut m’aider merci !
li.box { position: relative; width: 380px; height: 666px; background: #1c1c1c; border-radius: 8px; overflow: hidden; } li.box::before { content: ""; position: absolute; top: -50%; left: -50%; width: 380px; height: 550px; background: linear-gradient(0deg, transparent, #45f3ff); transform-origin: bottom right; animation: animate 6s linear infinite; } li.box::after { content: ""; position: absolute; top: -50%; left: -50%; width: 380px; height: 550px; background: linear-gradient(0deg, transparent, #45f3ff); transform-origin: bottom right; animation: animate 6s linear infinite; animation-delay: -3s; } @keyframes animate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
——————–
thedark_wolf – Envoyé depuis le Discord : Culte du code
Vous lisez 20 fils de discussion
Vous lisez 20 fils de discussion
- Vous devez être connecté pour répondre à ce sujet.