I have a div with some children:
div
heading 1 heading 2 Some
Some
Try This
.content { display: flex; flex-direction: column; height: 250px; width: 200px; border: solid; word-wrap: break-word; } .content h1 , .content h2 { margin-bottom: 0px; } .content p { flex: 1; }
heading 1 heading 2 Some more or less text Click me
Some more or less text