I am attempting to accomplish the following task:
https://i.sstatic.net/BH7Su.png
Here is my markup:
<div>
<div>A</div>
<div>B</div>
<div>C</div>
</div>
Can this be achieved using grid, bootstrap, or flex without altering the order of elements?