I have a CodePen example showcasing the Zurb Foundation grid. I am looking for a way to make a div extend to the right edge of the viewport while keeping the left edge in line with the grid as the viewport is resized.
<div class="row">
<div class="large-12 columns">
<div class="my-custom-block">
MY CUSTOM BLOCK ==> Please extend to right edge of viewport
</div>
</div>
</div>
Update: I am open to solutions that are outside the grid and do not rely on Foundation. I simply want my component to align with the start of the grid but also stay flush to the right edge of the viewport when resized.