wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

FLEXBOX

Total questions: 4

Worksheet time: 3mins

Name
Class
Date
1.

¿Qué propiedad convierte un contenedor en flexbox?

a)

display: block;

b)

display: flex;

c)

position: flex;

d)

flex: container;

2.

¿Qué propiedad se usa para alinear los elementos en el eje principal (horizontal por defecto)?

a)

align-items

b)

justify-content

c)

text-align

d)

align-content

3.

¿Qué propiedad se usa para alinear elementos en el eje cruzado (vertical por defecto)?

a)

align-items

b)

justify-content

c)

align-self

d)

position

4.

Centra los elementos horizontalmente con justify-content: (a)   ;

Similar Resources on Wayground