I feel really silly right now as I'm sure the solution is quite simple, however I'm wondering how to make divs alternate rows so that I would have a dynamic layout that follows the rules like this:
1 3 5 7 9
2 4 6 8 10
If my html were to look like:
<div 1>
<div 2>
<div 3>
<div 4>
etc.