Skip to content

Quiz Lookup

  • Home
  • Blog

Blog

A grid contains some items that span two columns; without `d…

A grid contains some items that span two columns; without `dense`, small gaps sometimes appear where a smaller item could have fit; what does adding `dense` to `grid-auto-flow` do about this?

Published September 8, 2026
Categorized as Uncategorized

A container uses `grid-template-columns: 1fr 1fr 1fr;`; what…

A container uses `grid-template-columns: 1fr 1fr 1fr;`; what does each `1fr` actually represent?

Published September 8, 2026
Categorized as Uncategorized

A wide container uses `grid-template-columns: repeat(3, minm…

A wide container uses `grid-template-columns: repeat(3, minmax(200px, 1fr));`; what layout results when there’s plenty of room for all three tracks at their minimum size or larger?

Published September 8, 2026
Categorized as Uncategorized

A gallery grid has fixed-height explicit rows, but the numbe…

A gallery grid has fixed-height explicit rows, but the number of photos varies and often exceeds those rows; which property lets the developer set a consistent height for the extra rows the browser adds automatically?

Published September 8, 2026
Categorized as Uncategorized

A row of six boxes labeled A through F is laid out with `gap…

A row of six boxes labeled A through F is laid out with `gap: 16px 16px;`; where do gaps appear, and where do they not?

Published September 8, 2026
Categorized as Uncategorized

A developer writes `grid-template-columns: repeat(auto-fit,…

A developer writes `grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));` instead of specifying a fixed number of columns; what does passing a keyword like `auto-fit` to `repeat()` do?

Published September 8, 2026
Categorized as Uncategorized

A hover effect uses `transition: transform 0.3s ease;`, and…

A hover effect uses `transition: transform 0.3s ease;`, and a developer wants to know whether swapping `ease` for `cubic-bezier(0.25, 0.1, 0.25, 1.0)` would change the animation’s behavior at all.

Published September 8, 2026
Categorized as Uncategorized

An item is placed with `grid-column: 1 / 3; grid-row: 1 / 2;…

An item is placed with `grid-column: 1 / 3; grid-row: 1 / 2;`; how many columns does it span, and which row is it in?

Published September 8, 2026
Categorized as Uncategorized

Compared to the float-based hacks that came before it, what…

Compared to the float-based hacks that came before it, what is the main advantage CSS Grid offers for describing a layout?

Published September 8, 2026
Categorized as Uncategorized

A grid is set up with 3 explicit columns and 2 explicit rows…

A grid is set up with 3 explicit columns and 2 explicit rows, and nine items are placed into it in source order; which item is the first one to land in an implicit row?

Published September 8, 2026
Categorized as Uncategorized

Posts pagination

Newer posts Page 1 … Page 11 … Page 97,463 Older posts
Powered by Studyeffect
  • Privacy Policy
  • Terms of Service
Quiz Lookup
Proudly powered by WordPress.