Skip to content

Instantly share code, notes, and snippets.

@kurorido
Last active August 29, 2015 14:18
Show Gist options
  • Save kurorido/4c58c457921e768a2fc7 to your computer and use it in GitHub Desktop.
Save kurorido/4c58c457921e768a2fc7 to your computer and use it in GitHub Desktop.
# 相框效果
img {
box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
padding: 12px;
background: rgba(255,255,255,0.9);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment