Full-screen vertical gallery with Flexbox

Today, I am starting to post my everyday experiments with code. Here is a little Vanilla Javascript challenge which was done with Flexbox. See the flex gallery What I've learned from this is the following: Transitions can be applied to the flex CSS property so the position of the elements are always responsive Instead of [...]