Results: 126
#body {
    background: url(../images/bg.jpg) top left repeat-y;
}
div p {
  background-color: yellow;
}
Selects all
<p>
elements inside
<div>
elements
When we use
flex-direction: column;
, then
flex-basis
means flex item box height
The
flex-flow
property is a shorthand property for:
flex-direction
and
flex-wrap
With
min-width
property there will be a scroll when box's width is less then specified width value
The element is positioned at the end of the container
The element is positioned at the beginning of the container
When only several items need to grow
Items are positioned with space between the lines
Items are positioned with space before, between, and after the lines
Results: 126