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