GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

Author Archives: Anonymous

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

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?

Read Details

A card needs its lift-on-hover motion and its scale-on-hover…

A card needs its lift-on-hover motion and its scale-on-hover motion to animate at two different speeds, one snappier than the other.

Read Details

Before `gap` existed, developers commonly added margins to g…

Before `gap` existed, developers commonly added margins to grid items and then a negative margin on the container to compensate; why did `gap` make that old approach unnecessary?

Read Details

A container defines `grid-template-columns: 200px 1fr;` alon…

A container defines `grid-template-columns: 200px 1fr;` alongside a `grid-template-areas` map where every row lists exactly two names; why must the area map’s column count match the number of columns defined in `grid-template-columns`?

Read Details

Before CSS Grid existed, developers who wanted more control…

Before CSS Grid existed, developers who wanted more control than plain fixed or liquid layouts offered often combined floats with negative margins and padding hacks; what was the practical downside of that approach?

Read Details

In a grid layout, which direction do the column tracks run,…

In a grid layout, which direction do the column tracks run, and which direction do the row tracks run?

Read Details

A developer is deciding whether to rely on `subgrid` for a p…

A developer is deciding whether to rely on `subgrid` for a public-facing site and checks browser support; what does the listed support tell them?

Read Details

Posts pagination

Newer posts 1 … 95 96 97 98 99 … 96,781 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top