Showing posts with label css. Show all posts
Showing posts with label css. Show all posts
Sunday, March 04, 2012
Wednesday, October 19, 2011
Give your divs a simplistic nice shadow with css
I loved the middle box shadow in the shopify.com website, and therefore decided to dig it up. The CSS used for it is:
-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
Saturday, October 08, 2011
Tuesday, September 28, 2010
Wonderful Tutorial on CSS Layout and Positioning
http://www.brainjar.com/css/positioning/default.asp
Its a five page tutorial that I found really helpful.
Subscribe to:
Posts (Atom)