Position: Absolute; (Centered)

It’s pretty easy to center a relatively positioned div: #div { position: relative; margin: 0 auto; } However, sometimes centering a div that has an absolute position can be a little tricky. Here’s a workaround that I’ve been using that seems to get the job done. Say you have a logo that you want to center in…

Read More

Validated by the Validator

I remember when I first started making websites, I lived by the Validator. It was code up a site, check the validator, make adjustments, check the validator; Validate, Validate, Validate! It more or less became this goal to slap a W3C logo on the footer of every site I made. To my dismay, I learned that…

Read More