Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-break-3/">
<style>
.fakecolumn {
width: 1em;
text-align: center;
}
</style>
<p>The word PASS should be seen below.</p>
<div style="display:flex; color:green;">
<div class="fakecolumn">P</div>
<div class="fakecolumn">A</div>
<div class="fakecolumn">S</div>
<div class="fakecolumn">S</div>
</div>