body { background: #1e1f24; color: #333; text-align: center; font-family: "Arial"; font-size: 16px; margin: 0; padding: 0; } .imagenes { align-items: center; /* padding: auto; */ width: 70px; padding: 1em; text-align: left; justify-content: center; display: flex; vertical-align: middle; position: relative; } .imagen1 { position: absolute; left: 100px; top: 100px; } .imagen2 { position: absolute; left: 200px; top: 200px; } .imagen3 { position: absolute; left: 300px; top: 300px; } .imagen4 { position: absolute; left: 400px; top: 400px; } .imagen5 { position: absolute; left: 500px; top: 500px; } .imagen1:hover~div { visibility: hidden; } .imagen2:hover~div { visibility: hidden; } .imagen3:hover~div { visibility: hidden; } .imagen4:hover~div { visibility: hidden; }