This is a simple line that should be drawn from left to right.
.row { height: 100px; width: 300px; background-color: #555556; } .row::before { background-color: #63ffd1; display: block; content: ''; height: 2px; width: 90%; position: absolute; margin-top: 110px } <div class="row">