Google+ Tools
Make Google+ profile picture
Make Google plus banners for profile
Create and share your Google Plus profile banners.

Profile image for mrk studios thewickedchemist on June 8, 2012

Thanks Paul Irish ;)

Language
CSS
Tags

Universal box-sizing border-box


/* apply a natural box layout model to all elements */
* {        
           box-sizing: border-box;
      -moz-box-sizing: border-box; 
   -webkit-box-sizing: border-box;  
}

Comments

blog comments powered by Disqus