Bingo!

  • Post category:Debug

I created a Bingo card! Well, essentially this is a grid of whatever I would want it to be. It uses the Prawn gem and is written in Ruby. The…

Continue ReadingBingo!

Flexbox is the hero!

  • Post category:Debug

The photos are lined up and evenly spaced - all thanks to flexbox. .homepage-featured-work-row { display: flex; flex-flow: row; justify-content: space-between; } After returning to display: block; to pull the…

Continue ReadingFlexbox is the hero!