Resize the main area to see how each wrapper is affected.

Example 1: Fixed margins means we can’t center block-level elements.

Example 2: Auto-margins center the block, but disappear at small screen widths.

Example 3: Calc combines with auto-margins here to effectively make a min-margin. It even works with an explicit width set!