If you're ever lazy as hell (like me) and you wanna center a single item on your screen (like a posting template, tracker, ect), put
margin-left: auto and
margin-right:auto on the wrapper div.
Also, if you hate rgba values, you can throw a opacity value on your hex code colors. It can only be two digits. An example: If I want
#FFFFFFF (white) but I want it to be opac, Just throw a 50 at the end and you're solid. So it'd be
#FFFFFF50Also, bookmark
CSS-Tricks. You'll thank me later.