blob: 055dd72b235494d03663913b2fbf6083629670ef [file] [edit]
<!DOCTYPE html>
<style>
.content {
border: 2px solid blue;
display: flex;
}
</style>
<div id="test">
<div class="content">
This should be visible.
<div>This too.</div>
</div>
</div>