<!DOCTYPE html>
<style>
div {
position: absolute;
width: 16px;
height: 16px;
background: green;
}
</style>
<div style="top: 8px; left: 8px"></div>
<div style="top: 28px; left: 8px"></div>
<div style="top: 48px; left: 8px"></div>
<div style="top: 68px; left: 8px"></div>
<div style="top: 89px; left: 9px"></div>
<div style="top: 109px; left: 9px"></div>
<div style="top: 129px; left: 9px"></div>
<div style="top: 149px; left: 9px"></div>
<div style="top: 169px; left: 9px"></div>
<div style="top: 189px; left: 9px"></div>