CSS Flexbox Part I: positioning shit like a pro

For my last project, I've been painstakingly positioning elements on a page, using margins, absolute and relative position to move things back and forth. As I progress in my CSS journey, along comes the flexbox and halleluja it looks like the answers to my positioning prayers! However, there are A LOT of different properties that … Continue reading CSS Flexbox Part I: positioning shit like a pro

How to add Parallax Scrolling with CSS

Parallax scrolling is when it looks like part of the page are moving over a static background image. It was all the shits a few years ago, and I have to admit I still think it looks super nifty, so naturally I wanted to learn how to do it. Check out the example I made … Continue reading How to add Parallax Scrolling with CSS