Simple Photo Frame with CSS3

img { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #EEEEEE; box-shadow: 1px 1px 1px #CCCCCC; -webkit-box-shadow: 1px 1px 1px #CCCCCC; -moz-box-shadow: 1px 1px 1px #CCCCCC; margin: 10px 0 10px 10px; padding: 5px; }
I got this snippet from some lovely person on the Internets, but I've forgotten where.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.