Hola, buenas tardes, ¿es posible acceder a una tutoría para resolver una duda con respecto al challenge?
No se ¿por qué? pasa esto, se sale el muñeco y el texto de su lugar original aunque use position: absolute; en el css
Este es mi código en está area: .rigth { z-index: 2; position: absolute; width: 400px; height: 944px; left: 1000px; top: 40px;
/* White */
background: #FFFFFF;
/* shadow */
box-shadow: 0px 24px 32px -8px rgba(0, 0, 0, 0.08);
border-radius: 32px;
}
.muneco_1 { z-index: 1; position: absolute; width: 336px; height: 304px; left: 1032px; top: 283px; }
.internal-rigth { z-index: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 0px; gap: 16px;
position: absolute;
width: 336px;
height: 122px;
left: 1032px;
top: 631px;
}
#tex1 { width: 336px; height: 58px;
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 120%;
/* or 29px */
text-align: center;
/* Gray/gray-500 */
color: #343A40;
/* Inside auto layout */
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;
}
#tex2 { width: 336px; height: 48px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 150%;
/* or 24px */
text-align: center;
/* Gray/gray-400 */
color: #495057;
/* Inside auto layout */
flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;
}