GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

Author Archives: Anonymous

In the dense-packing visual, without `dense` set, a wide ite…

In the dense-packing visual, without `dense` set, a wide item 2 leaves a gap next to it and item 3 is pushed down to the next row; what does adding `dense` change about item 3’s placement?

Read Details

A developer sets `gap: 20px;` on a grid container and expect…

A developer sets `gap: 20px;` on a grid container and expects a 20px margin around the whole grid as well as between items; what will actually happen?

Read Details

Which term refers to the movement of a body part away from t…

Which term refers to the movement of a body part away from the central axis of the body?

Read Details

Two grid items occupy the same cells, and the developer want…

Two grid items occupy the same cells, and the developer wants the second one to visually cover the first; what determines which one appears on top?

Read Details

`header { grid-column: 1 / -1; }` produces the “same result”…

`header { grid-column: 1 / -1; }` produces the “same result” as an earlier explicit `1 / 4` declaration in this specific 3-column layout; why does that equivalence hold here but not necessarily in a grid with a different column count?

Read Details

A developer is deciding between an older one-direction layou…

A developer is deciding between an older one-direction layout method and CSS Grid for a page that needs to align content across both rows and columns at once; which fact about Grid makes it the right fit?

Read Details

A developer sets `grid-template-columns: auto 1fr;` for a la…

A developer sets `grid-template-columns: auto 1fr;` for a layout where the first column should just be as wide as its content needs; what does the `auto` value do here compared to `1fr`?

Read Details

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?

Read Details

A card grid uses `grid-template-columns: repeat(3, minmax(20…

A card grid uses `grid-template-columns: repeat(3, minmax(200px, 1fr));`; what happens to the columns as the container gets narrower and narrower?

Read Details

A designer opens a site built with a 960px fixed wrapper on…

A designer opens a site built with a 960px fixed wrapper on a very wide desktop monitor and sees large empty margins on either side of the content; what layout tradeoff is this?

Read Details

Posts pagination

Newer posts 1 … 103 104 105 106 107 … 96,789 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top