Fear

  • Post category:Blog

Although I know I can learn anything, I don't feel like I'm really grasping this yet. Part of it is I still feel crispy. Part of me thinks I shouldn't…

Continue ReadingFear

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!

Targeted research

  • Post category:WordPress

Today's issue was the spacing of elements in a PHP function that used flex-direction: row reverse. Answer: justify-content: space-between; But the real deal is targeted research. I looked over a lot…

Continue ReadingTargeted research

Classy

When I first wrote the CSS for my contact form, I wrote this: .main-content { max-width: 60%; margin: 0 auto; } Which looked like it worked. Until I was reviewing…

Continue ReadingClassy