I created a Bootstrap 4 script here:
How is it possible to alternate left/right alignment of the boxes. I.e. I want to switch each second box the left and right side..
Description - Image
Image - Description
Description - Image
Image - Description
Description - Image
Image - Description
nth-child(3n+1) somehow didn't seem to work.