CSS Block and break tags
CSS is awesome and I recently came up with a new quick tip using the css display property! I, like many other web people, used to use the <br /> tag when I need to get something to the other...
View ArticleQuick Tip: Clear CSS Floats
I notice a lot of people like to float elements all the time but don’t clear them correctly. I’ll shed a little insight on this in the future but for now, here’s a quick snippet of code that I use all...
View ArticleNew Site ReDesign
Hello All! Just finished the redesign of my site! FINALLY!! This is the first of many changes to come including a new market place and a site for snippets… snippets that will make design life so much...
View ArticleHow To Vertically Center HTML ELements
Was trying to figure out how to vertically center tags since I’m building a menu. Finally got it. To Vertically Center HTML ELements Simply do the following in your style sheet: Just make sure that you...
View ArticleCSS3 Button Snippets
Here’s a few snippets of code for awesome buttons to add to your themes… Here’s the base: And here’s the code for the different colors: a class=”css3button blue” a class=”css3button green” a...
View Article