Contenedor con propiedad display: flex
1
1
1
Práctica para entender las propiedades básicas de un contendor flexible.
justify-content: center; align-items: center;
flex-grow: 5;
flex-grow: 1;
flex-grow: 5;
flex-basis: 30rem;
flex: 0 0 auto;
flex: 0 0;
flex: 4 0; /* flex-grow flex-shrink */
flex: 1 2 6.25rem; /* flex-grow flex-shrink flex-basis */