Skip to content

Instantly share code, notes, and snippets.

@alysantwanet
Created July 21, 2017 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alysantwanet/de81d773c89dd292bc7c1608fd1a8323 to your computer and use it in GitHub Desktop.
Save alysantwanet/de81d773c89dd292bc7c1608fd1a8323 to your computer and use it in GitHub Desktop.
hatena blog thmbnail customize01
/*記事のサムネイル*/
.urllist-image-link {
width: 100px;
background-color: #e889a2;
display: inline-block;
overflow: hidden;
float: left;
margin-right: 10px;
box-shadow: 0 1px 4px 0 rgba(0,0,0,0), 0 6px 10px 0 rgba(0,0,0,0.3), 0 2px 2px 0 rgba(0,0,0,0.2);
}
.urllist-image {
transition: .3s ease-in-out;
transform: scale(1);
}
.urllist-image:hover {
transform: scale(1.3);
opacity: .5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment