image shadow CSS

By Rika

WordPress Quicktags Guide

.img-shadow {
clear: both;
float: left;
background:url(images/shadow.gif) no-repeat bottom right; margin: 20px 4px 4px 8px;
}
.img-shadow img {
display: block;
position: relative;
border: 1px solid #a9a9a9;
margin: -2px 2px 2px -2px;
padding: 4px;
background: #000;
}

コメントする