Skip to content

Instantly share code, notes, and snippets.

@teffcode
Created May 3, 2020 21:57
Show Gist options
  • Save teffcode/249ec6c7eba26de461612477e7211fc4 to your computer and use it in GitHub Desktop.
Save teffcode/249ec6c7eba26de461612477e7211fc4 to your computer and use it in GitHub Desktop.

馃憢馃徏 Welcome 馃憢馃徏

Quiz banner

Instagram | Twitter | LinkedIn


馃憛 Choose your language



馃殌 English version


Consider the following code:

HTML CSS

What would you see in the browser ?

A B C D

馃憖 Click here to see the correct answer and explanation
Correct Answer: B Explanation
grid-column and grid-row are the shorthand for grid-column-start + grid-column-end, and grid-row-start + grid-row-end, respectively. These properties determine a grid item鈥檚 location within the grid by referring to specific grid lines. Adicionally, span is the item will span across the provided number of grid tracks.



馃殌 Spanish version


Considera el siguiente c贸digo:

HTML CSS

驴Qu茅 ver铆as en el navegador?

A B C D

馃憖 Haz click aqu铆 para ver la respuesta correcta y su explicaci贸n
Respuesta correcta: B Explicaci贸n
grid-column y grid-row son la abreviatura de grid-column-start + grid-column-end, y grid-row-start + grid-row-end, respectivamente. Estas propiedades determinan la ubicaci贸n de un elemento dentro de la cuadr铆cula haciendo referencia a l铆neas de cuadr铆cula espec铆ficas (Es decir que se cuentan las l铆neas de la cuadr铆cula para ubicar el elemento y no las columnas o filas como tal). Adicionalmente, span nos indica el n煤mero de "cuadritos" que debe ocupar el elemento dentro de la cuadr铆cula.



@cquiladiaz
Copy link

Es la B.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment