Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

232
Visualizações
Transform Rotate not working on my CSS when I added keyframes

Basically the issue here is when I added the keyframe, the regular image styling doesn't rotate my ID arrow. It stays how it is when I added it. Any way to do this?

<div class="front-container">
  <img class="village11" src="Village11Logo3tight.png" alt="logo">
  <h1 id="live-videos">Our Spotify</h1>
</div>
</div>
<img id="arrow" src="60640.png">

#arrow {
  z-index: 1;
  color: white;
  position: absolute;
  display: block;
  border-radius: 50%;
  max-width: 100px;
  background-color: white;
  padding: 15px;
  border-style: solid;
  border-color: gray;
  border-width: 1px;
  bottom: 0;
  transform: rotate(180deg);
}


#arrow {
    animation: arrow .8s ease-in-out infinite alternate;
    -webkit-animation: arrow .8s ease-in-out infinite alternate;
}


    @keyframes arrow {
        0% {
            transform: scale(.7);
            -webkit-transform: scale(.7);
        }
        100% {
            transform: scale(.8);
            -webkit-transform: scale(.8);
        }
    }

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda