×
Clear all filters including search bar
Valeri Tandilashvili's CSS Notes
row
no-wrap
is the default value of the property@media (min-width: 900px) {
.container {
display: flex;
justify-content: space-between;
}
}
div.mydiv {
min-height: 100px;
}
The div will start at 100px, if the content pushes the div beyond 100px it will continue growing.
However if you have content that takes less than 100px it will still take 100px in space.<span>
).
Any height and width properties will have no effectstatic
)