Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<link rel="author" title="Javier Contreras" href="mailto:javiercon@microsoft.com">
<style>
body { margin: 0; }
.case { position: relative; width: max-content; }
.lanes {
background: #cdd5e0;
width: 120px;
height: 220px;
}
.row-rule { position: absolute; left: 0; width: 120px; height: 0; border-top: 4px solid gold; }
</style>
<div class="case">
<div class="lanes"></div>
<div class="row-rule" style="top: 68px;"></div>
<div class="row-rule" style="top: 148px;"></div>
</div>