×
Clear all filters including search bar
Valeri Tandilashvili's CSS Notes
#body {
background: url(../images/bg.jpg) top left repeat-y;
}
div p {
background-color: yellow;
}
Selects all <p>
elements inside <div>
elementsflex-direction: column;
, then flex-basis
means flex item box heightflex-flow
property is a shorthand property for: flex-direction
and flex-wrap
min-width
property there will be a scroll when box's width is less then specified width value