:sparkles: CSS Selectors
High Resolution
Grayscale Print
:sparkles: CSS Box Model
High Resolution
:sparkles: CSS Grid Layout
Align Content
Distribute content along the horizontal axis.
Justify Content
Distribute content along the vertical axis.
Align Items
Distribute content along the horizontal axis within their grid area.
Justify Items
Distribute content along the vertical axis within their grid area.
High Resolution
Grayscale Print
:sparkles: CSS Flexbox Layout
Flex Direction
The flex-direction CSS property sets how flex items are placed in the flex container defining the main axis and the direction (normal or reversed).
Align Content
The CSS align-content property sets the distribution of space between and around content items along a flexbox's cross-axis.
Justify Content
The CSS justify-content property defines how the browser distributes space between and around content items along the main-axis of a flex container.
Align Items
The CSS align-items property sets the align-self value on all direct children as a group. In Flexbox, it controls the alignment of items on the Cross Axis.
High Resolution
Grayscale Print
CSS Selectors, Flexbox, Grid, Box Model, visually explained.
Owner
eludadev