sexycullen

# 188 (HTML PART 1)

Sep 23rd, 2018
777
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. /* SCOTTISBAE's THEMES #188 (HTML PART 1) */
  2. /* */
  3.  
  4.  
  5. .musewrap {
  6. margin: auto;
  7. width: 390px;
  8. overflow:hidden;
  9. }
  10.  
  11. .muserow {
  12. margin: auto;
  13. }
  14.  
  15. /* each muse box */
  16. .musecontainer {
  17. position: relative;
  18. width: 50%;
  19. float: left;
  20. margin:4px;
  21. width: 185px;
  22. height: 185px;
  23. background: #fff;
  24. border: solid 1px #eaeaea;
  25. }
  26. /* each muse box */
  27.  
  28. .museimage {
  29. display: block;
  30. width: 185px;
  31. height: 185px;
  32. }
  33.  
  34. /* box that appears when hover the muse box */
  35. .museoverlay {
  36. overflow:scroll;
  37. position: absolute;
  38. top: 0;
  39. bottom: 0;
  40. left: 0;
  41. right: 0;
  42. width: 185px;
  43. height: 185px;
  44. opacity: 0;
  45. transition: .5s ease;
  46. background-color: #fff;
  47. }
  48. /* box that appears when hover the muse box */
  49.  
  50. .musecontainer:hover .museoverlay {
  51. opacity: 1;
  52. }
  53.  
  54. .musetext {
  55. padding:5px;
  56. position: absolute;
  57. }
  58.  
  59. /* SCOTTISBAE's THEMES #188 (HTML PART 1) */
Advertisement
Add Comment
Please, Sign In to add comment