Mathematical Precision

Easy+35 XP

Mission Briefing

True symmetry requires the gaps on the edges to be exactly the same as the gaps between items.

The Concept: Spacing Evenly

justify-content: space-evenly ensures that the space between any two items, and the space to the edges, is identical.

The Objective

  1. Target the #grid.
  2. Apply space-evenly alignment.

Constraints

    cssflexbox
    Live Visual Output
    style.css
    Loading...