Advertisement
Guest User

hunhan2

a guest
Mar 15th, 2013
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <style>
  2. .hunhan2{ width:150px;height:150px;
  3. -webkit-border-radius:100px 90px 100px 0px;
  4. -moz-border-radius:100px 90px 100px 0px;
  5. border-radius:100px 90px 100px 0px;
  6. border: 0px solid #e6e6e6;-webkit-transition:1s;}
  7.  
  8. .hunhan2:hover{border-radius:100px 90px 0px 100px;-webkit-transition: opacity 0.8s linear;opacity: 0.80;-webkit-filter:grayscale(75%);-webkit-transition:1s;}
  9. </style>
  10. <center><img class="hunhan2" src="http://24.media.tumblr.com/c9355c7bd94cc0575c11e48ecf24accf/tumblr_mjcxvb440e1qlv0dfo2_500.png" width="150"><br></center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement