CSS min-block-size

Previous Next

Demo of the different values of the min-block-size property.

Click the property values below to see the result:

min-block-size: 1px;
min-block-size: 100px;
min-block-size: auto;
min-block-size: 20%;
min-block-size: 80%;
See this blue div element with different min-block-size values.
See this blue div element with different min-block-size values.
See this blue div element with different min-block-size values.
See this blue div element with different min-block-size values.
See this blue div element with different min-block-size values.

Play more with the code in our Tryit yourself editor: Try it Yourself ❯