Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

120
Vistas
Center one div and set one div to right inside a container

So i have a container that is flex, and I want to add 2 more div inside it so 1 is centered and one is on the right edge. Can someone pls help. the container must be flex.

about 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

You can add an empty div inside of parent container at the beginning so you can then use justify-content: space-between on the parent container. Check the code below:

.parent {
  display: flex;
  border: 1px solid green;
  width: 100%;
  justify-content: space-between; /* Add this */
}

.child {
  border: 1px solid red;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
<div class="parent">
  <!-- Empty DIV for the sake of justify-content: space-between -->
  <div></div>
  <div class="child">CENTER</div>
  <div class="child">RIGHT</div>
</div>

about 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda