Pure Css Social Button Hover



  • Copy / Paste Kode Css di bawah ini,  Tepat di atas kode ]]></b:skin>

  1. .circle
  2. {
  3. width:60px;
  4. height:60px;
  5. border-radius:50%;
  6. position: absolute;
  7. right: 50%;
  8. margin-right: -30px;
  9. bottom: 10px;
  10. -webkit-transition:all 0.2s linear;
  11. -moz-transition:all 0.2s linear;
  12. -ms-transition:all 0.2s linear;
  13. transition:all 0.2s linear;
  14. }
  15. .first_circle
  16. {
  17. background-color:#db4531;
  18. box-shadow: 2px 2px 8px #999999;
  19. z-index: 3;
  20. }
  21. .second_circle
  22. {
  23. z-index: 2;
  24. background-image: url(YOUR-URL-IMAGE.png);
  25. background-size: cover;
  26. }
  27. .third_circle
  28. {
  29. z-index: 1;
  30. background-image: url(YOUR-URL-IMAGE.png);
  31. background-size: cover;
  32. }
  33. .contener_circle:hover .second_circle
  34. {
  35. box-shadow: 2px 2px 8px #999999;
  36. bottom:75px;
  37. }
  38. .contener_circle:hover .third_circle
  39. {
  40. box-shadow: 2px 2px 8px #999999;
  41. bottom:140px;
  42. }
  43. .contener_circle
  44. {
  45. height: 70px;
  46. width: 60px;
  47. }
  48. .contener_circle:hover
  49. {
  50. height: 200px;
  51. width: 60px;
  52. }

  • Dan Kamu Copy kode di bawah ini, dan tempatkan di mana pun yang kamu inginkan...
  1. <div align="center" style="height:200px;position:relative;">
  2. <div class="contener_circle">
  3. <div class="circle first_circle">
  4. <img src="YOUR-URL-IMAGE.png">
  5. </div>
  6. <div class="circle second_circle">&nbsp;</div>
  7. <div class="circle third_circle">&nbsp;</div>
  8. </div>
  9. </div>
Previous
Next Post »
bagikan
Pure Css Social Button Hover
Item Reviewed: Pure Css Social Button Hover 9 out of 10 based on 10 ratings. 9 user reviews.
Pure Css Social Button Hover
Item Reviewed: Pure Css Social Button Hover 9 out of 10 based on 10 ratings. 9 user reviews.

Peringatan saat berkomentar :
1.Jangan Spam di komentar
2.Link aktif akan terhapus secara sendirinya
3.Gunakan bahasa yang sopan saat berkomentar

Cukup gitu Doank Out Of Topic Show Konversi KodeHide Konversi Kode Show EmoticonHide Emoticon

Thanks for your comment