Skip to content

Instantly share code, notes, and snippets.

@fangcat
Created October 6, 2014 04:24
Show Gist options
  • Save fangcat/330a347fc2ad903ff2d0 to your computer and use it in GitHub Desktop.
Save fangcat/330a347fc2ad903ff2d0 to your computer and use it in GitHub Desktop.
分類圖示與產品圖的樣式
.post-list {
width: 208px;
border-radius: 5px;
border: #CCC 1px solid;
padding: 5px;
float: left;
margin: 6px;
}
.post-list h6 {
margin: 5px 5px 0 7px;
text-align:center;
}
.post-list img {
float: left;
margin: 0 5px 5px 5px;
border-radius: 5px;
box-shadow: 1px 1px 10px #999;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment