GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

Author Archives: Anonymous

A developer at Golden Acre Farms writes ul { list-style-type…

A developer at Golden Acre Farms writes ul { list-style-type: disc; list-style-position: outside; } for a plain bulleted list of farm-stand hours, without changing anything else. Based on the lesson’s defaults, what will this actually look like compared to writing no list-style rules at all?

Read Details

A boutique hotel wants visitors to see, at a glance, which s…

A boutique hotel wants visitors to see, at a glance, which sidebar section they’re currently reading, without needing to scan the page content. What sidebar nav technique from the deck addresses this directly?

Read Details

Harvest Table Food Bank’s developer sees `flex: 2 1 100px;`…

Harvest Table Food Bank’s developer sees `flex: 2 1 100px;` on a donation card and wants to know which number controls which behavior. What order does the `flex` shorthand follow?

Read Details

A developer applies width: 100%; margin: 0 auto; to a div, e…

A developer applies width: 100%; margin: 0 auto; to a div, expecting it to center within its parent, but the div appears to take up the full width with no visible centering effect. Why?

Read Details

A developer needs one image format that can either compress…

A developer needs one image format that can either compress aggressively for a background texture or preserve every pixel exactly for a detailed screenshot, without switching formats.

Read Details

A developer is confusing margin and padding while debugging…

A developer is confusing margin and padding while debugging a layout and wants a quick way to remember which is which. Which correctly distinguishes the two?

Read Details

Timberline Hardware sets `align-content: space-between;` on…

Timberline Hardware sets `align-content: space-between;` on a flex container that never wraps — all its items fit on a single line. What effect does that `align-content` value have?

Read Details

Meridian Realty Group has a three-column layout — a sidebar,…

Meridian Realty Group has a three-column layout — a sidebar, a main content area, and an ad panel — with the sidebar and ad panel set to `flex-grow: 0;` and the main content area set to `flex-grow: 1;`. When the browser window is widened, which column absorbs the extra space?

Read Details

Whisker & Wag Pet Grooming’s header has a tall logo, medium-…

Whisker & Wag Pet Grooming’s header has a tall logo, medium-sized nav links, and a small login button, all inside a `display: flex;` row container with mismatched heights. Which property controls how those three line up vertically?

Read Details

Summit Climbing Gym’s `.tags` container never had `flex-wrap…

Summit Climbing Gym’s `.tags` container never had `flex-wrap` set explicitly. When there are too many tags to fit on one line, what happens by default?

Read Details

Posts pagination

Newer posts 1 … 66 67 68 69 70 … 96,488 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top