Advertisement
benshepherd

Untitled

Oct 29th, 2015
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. .photo-box {;
  2. width:200px;
  3. height:180px;
  4. border:1px solid #ccc;
  5. float:left;
  6. margin:15px 15px 0 15px;
  7.  
  8. -webkit-transition: all 0.3s ease;
  9. -moz-transition: all 0.3s ease;
  10. -ms-transition: all 0.3s ease;
  11. -o-transition: all 0.3s ease;
  12. transition: all 0.3s ease;
  13. }
  14. .photo-box:hover {
  15. background:red;
  16.  
  17. -webkit-transition: all 0.3s ease;
  18. -moz-transition: all 0.3s ease;
  19. -ms-transition: all 0.3s ease;
  20. -o-transition: all 0.3s ease;
  21. transition: all 0.3s ease;
  22. }
  23. .photo-box.photo1 {
  24. background-image: url();
  25. }
  26. .photo-box.photo2 {
  27. background-image: url();
  28. }
  29. .photo-box.photo3 {
  30. background-image: url();
  31. }
  32. .photo-box.photo4 {
  33. background-image: url();
  34. }
  35. .photo-box.photo5 {
  36. background-image: url();
  37. }
  38. .photo-box.photo6 {
  39. background-image: url();
  40. }
  41. .photo-box.photo7 {
  42. background-image: url();
  43. }
  44. .photo-box.photo8 {
  45. background-image: url();
  46. }
  47. .photo-box.photo9 {
  48. background-image: url();
  49. }
  50. .photo-box.photo10 {
  51. background-image: url();
  52. }
  53. .photo-box.photo11 {
  54. background-image: url();
  55. }
  56. .photo-box.photo12 {
  57. background-image: url();
  58. }
  59. .photo-box.photo13 {
  60. background-image: url();
  61. }
  62. .photo-box.photo14 {
  63. background-image: url();
  64. }
  65. .photo-box.photo15 {
  66. background-image: url();
  67. }
  68. .photo-box.photo16 {
  69. background-image: url();
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement