<!-- See embeded pen for Html -->
[[[https://codepen.io/tysonmatanich/pen/dxlDv]]]
/* Reverse the flow */
.row {
  direction: rtl;
}
.row div {
  direction: ltr;
}

/* See linked external pen for rest of CSS
 - https://codepen.io/tysonmatanich/pen/dxlDv */

External CSS

  1. https://codepen.io/tysonmatanich/pen/dxlDv.css

External JavaScript

This Pen doesn't use any external JavaScript resources.