古典的な方法ですが
CSS
img {
box-shadow: 0px 0px 10px 3px #aaa;
border-radius: 10px;
}
Bloggerの投稿画像用
.post img {
box-shadow: 0px 0px 10px 3px #aaa;
border-radius: 10px;
}
Squeal Sounds
古典的な方法ですが
img {
box-shadow: 0px 0px 10px 3px #aaa;
border-radius: 10px;
}
.post img {
box-shadow: 0px 0px 10px 3px #aaa;
border-radius: 10px;
}

0 comments:
スパム対策の為コメントをオフにしています。
Disqusは利用出来ます。
注: コメントを投稿できるのは、このブログのメンバーだけです。