--- title: CSS Flexbox localeTitle: CSS Flexbox --- ## CSS Flexbox Este conjunto de desafíos le enseñará los conceptos básicos del uso de contenedores flexibles. Los retos son: 1. [Utilice la pantalla: flexione para posicionar dos cajas](https://github.com/freecodecamp/guides/tree/master/src/pages/responsive-web-design/css-flexbox/use-display-flex-to-position-two-boxes/index.md) . 2. [Agregue Flex Superpowers al Tweet Insertar](https://github.com/freecodecamp/guides/tree/master/src/pages/responsive-web-design/css-flexbox/add-flex-superpowers-to-the-tweet-embed/index.md) . 3. [Utilice la propiedad de dirección flexible para hacer una fila](https://github.com/freecodecamp/guides/tree/master/src/pages/responsive-web-design/css-flexbox/use-the-flex-direction-property-to-make-a-row/index.md) . 4. [Aplique la propiedad de dirección flexible para crear filas en la incrustación de tweet](https://github.com/freecodecamp/guides/tree/master/src/pages/responsive-web-design/css-flexbox/apply-the-flex-direction-property-to-create-rows-in-the-tweet-embed/index.md) . 5. [Utilice la propiedad de dirección flexible para hacer una columna](https://github.com/freecodecamp/guides/tree/master/src/pages/responsive-web-design/css-flexbox/use-the-flex-direction-property-to-make-a-column/index.md) . 6. [Aplique la propiedad de dirección flexible para crear una columna en la incrustación de tweet](https://github.com/freecodecamp/guides/tree/master/src/pages/responsive-web-design/css-flexbox/apply-the-flex-direction-property-to-create-a-column-in-the-tweet-embed/index.md) . 7. [Alinear elementos utilizando la propiedad justify-content](https://github.com/freecodecamp/guides/tree/master/src/pages/responsive-web-design/css-flexbox/align-elements-using-the-justify-content-property/index.md) . 8. [Utilice la propiedad justify-content en el Tweet Embed](https://github.com/freecodecamp/guides/tree/master/src/pages/responsive-web-design/css-flexbox/use-the-justify-content-property-in-the-tweet-embed/index.md) . 9. [Alinear elementos usando la propiedad align-items](https://github.com/freecodecamp/guides/tree/master/src/pages/responsive-web-design/css-flexbox/align-elements-using-the-align-items-property/index.md) . 10. [Use la propiedad align-items en el Tweet Embed](https://github.com/freecodecamp/guides/tree/master/src/pages/responsive-web-design/css-flexbox/use-the-align-items-property-in-the-tweet-embed/index.md) . 11. [Utilice la propiedad flex-wrap para envolver una fila o columna](https://github.com/freecodecamp/guides/tree/master/src/pages/responsive-web-design/css-flexbox/use-the-flex-wrap-property-to-wrap-a-row-or-column/index.md) . 12. [Utilice la propiedad de contracción flexible para reducir los elementos](https://github.com/freecodecamp/guides/tree/master/src/pages/responsive-web-design/css-flexbox/use-the-flex-shrink-property-to-shrink-items/index.md) . 13. [Utilice la propiedad flex-grow para expandir elementos](https://github.com/freecodecamp/guides/tree/master/src/pages/responsive-web-design/css-flexbox/use-the-flex-grow-property-to-expand-items/index.md) . 14. [Use la propiedad de base flexible para establecer el tamaño inicial de un artículo](https://github.com/freecodecamp/guides/tree/master/src/pages/responsive-web-design/css-flexbox/use-the-flex-basis-property-to-set-the-initial-size-of-an-item/index.md) . 15. [Utilice la propiedad de la taquigrafía de flex](https://github.com/freecodecamp/guides/tree/master/src/pages/responsive-web-design/css-flexbox/use-the-flex-shorthand-property/index.md) . 16. [Utilice la propiedad de orden para reorganizar elementos](https://github.com/freecodecamp/guides/tree/master/src/pages/responsive-web-design/css-flexbox/use-the-order-property-to-rearrange-items/index.md) . 17. [Usa la propiedad align-self](https://github.com/freecodecamp/guides/tree/master/src/pages/responsive-web-design/css-flexbox/use-the-align-self-property/index.md) .