Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<p>Test passes if there are two green boxes at the top and bottom edges of a 100px-tall area.</p>
<div style="width: 50px; height: 100px; display: flex; flex-direction: column; justify-content: space-between;">
<div style="width: 50px; height: 25px; background-color: green;"></div>
<div style="width: 50px; height: 25px; background-color: green;"></div>
</div>