Yiou

Resultados 1 preguntas formuladas por Yiou

Quiero tener un div cuadrado dentro de un flexbox. Entonces uso: .outer { display: flex; width: 100%; background: blue; } .inner { width: 50%; background: yellow; padding-bottom: 50%; } <div