13 display: inline-block;
19 box-sizing: border-box;
22 <div class=
"container">
24 height: min-content
<br>on this box.
28 height: max-content
<br>on this box.
32 height: fit-content
<br>on this box.
36 <div class=
"container">
37 <div class=
"fill-available">
38 height: fill-available
<br> on this box.
42 <div class=
"container">
44 min-height: min-content
<br>on this box.
48 min-height: max-content
<br>on this box.
52 min-height: fit-content
<br>on this box.
56 <div class=
"container">
57 <div class=
"fill-available">
58 min-height: fill-available
<br> on this box.
62 <div class=
"container">
64 max-height: min-content
<br>on this box.
68 max-height: max-content
<br>on this box.
72 max-height: fit-content
<br>on this box.
76 <div class=
"container">
77 <div class=
"fill-available">
78 max-height: fill-available
<br> on this box.