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

131
Visualizações
How to keep the image static and the first element temporarily flexed

.game__feature__block {
    transition: 1s;
    flex: 1;
    padding: 15px;
    border: 1px solid #e40e0e;
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0 0 20px -4px #000, inset 0 0 0 5px #200607;
    text-align: center;
  }
  .game__feature__block:hover{
    flex: 2;
}
.container {
    width: 100%;
    max-width: 1480px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  
<html>
<div class="container" style="display:flex;">
  <div class="game__feature__block" >
      <img src="https://i.imgur.com/Qz2XMxk.png">
      <h3 class="game__feature__title">RAIDS</h3>
      <p>chambers of xeric.</p>
  </div>
  <div class="game__feature__block">
      <img src="https://i.imgur.com/Qz2XMxk.png">
    <div>
      <h3 class="game__feature__title">RAIDS2</h3>
      <p>theatre of blood osrs.</p>
    </div>
  </div>
  <div class="game__feature__block">
      <img src="https://i.imgur.com/Qz2XMxk.png">
    <div>
      <h3 class="game__feature__title">TRADINGPOST</h3>
      <p>Where you can sell or buy your item to another players.</p>
    </div>
  </div>
  <div class="game__feature__block">
      <img src="https://i.imgur.com/Qz2XMxk.png">
    <div>
      <h3 class="game__feature__title">Presets</h3>
      <p>Save and fast Equipment Your Item.</p>
    </div>
  </div>
</div>
</html>
So I would like to keep the images and text in from of the img frozen. And the first element to be flexed: 2 as default and flex back to 1 when other elements are hovered. IDK is there is a better they then flex but this could work fine I think. Doesnt seem to work on this snippet but on separate files it works.

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

Your code is almost good. Two things you need to add:

.game__feature__block {
  overflow: hidden;
}

And

.container:not(:hover) .game__feature__block:first-child {
  flex: 2;
}
about 4 years ago · Juan Pablo Isaza Relatório
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