Skip to content

Instantly share code, notes, and snippets.

@sabrinaluo
Last active August 29, 2015 14:11
Show Gist options
  • Save sabrinaluo/1190180146e210f487e1 to your computer and use it in GitHub Desktop.
Save sabrinaluo/1190180146e210f487e1 to your computer and use it in GitHub Desktop.
img round, round corner, css图片圆角
<style>
img{
border-radius:10px;
}
</style>
<img src="xx.jpg">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment