Source code

Revision control

Copy as Markdown

Other Tools

<!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>