Diego Pineda
Quiz by , created more than 1 year ago

CSS Grid

15
0
0
Diego Pineda
Created by Diego Pineda over 2 years ago
Close

CSS Grid

Question 1 of 3

1

¿Un Contenedor es el objeto principal que define una cuadricula ?

Select one of the following:

  • True
  • False

Explanation

Question 2 of 3

1

Dentro de la nomenclatura en CSS Grid, px y fr tienen la misma funcion al momento que configurar una cuadricula ?

Select one of the following:

  • True
  • False

Explanation

Question 3 of 3

1

El siguiente codigo es verdadero o falso.
section {
grid-column-gap: 200px;
grid-row-gap: 30px;
}

Select one of the following:

  • True
  • False

Explanation