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