Advertisement
Demi-monde

Lunafix

Jun 14th, 2023
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. body { background-color: #36454F; background-image: url(https://getwallpapers.com/wallpaper/full/7/5/4/176183.jpg); background-attachment: fixed; background-position: center center; background-repeat: norepeat; background-size: 100%; font-size:10px; color: #3e4260;}
  2.  
  3. .form, .dog, .man, .kennel {
  4. position: absolute;
  5. right: 0; top: 0;
  6. left: 0; bottom: 0;
  7. margin: auto;
  8. width: 500px; height: 650px;
  9. overflow: hidden;
  10. }
  11.  
  12. .dog {
  13. height: px;
  14. opacity: 1;
  15. transition: 1s;
  16. }
  17. .form:hover .dog {
  18. opacity: 0;
  19. }
  20. .man {
  21. width: 500px;
  22. height: 650px;
  23. background-attachment: absolute;
  24. background:url('https://i.imgur.com/Z7HflTI.jpg') no-repeat;
  25. background-position: 24% 26%;
  26. background-size: 500px;
  27. opacity: 0;
  28. transition: 1s;
  29. }
  30. .form:hover .man {
  31. opacity: 1;
  32. }
  33. .kennel2{
  34. position: absolute;
  35. width: 460px;
  36. height: 570px;
  37. opacity: 0;
  38. -webkit-transition: all 1.8s ease-in-out;}
  39. .kennel2:hover
  40. {opacity: 1;}
  41.  
  42.  
  43. .go {
  44. position: absolute;
  45. width: 90px;
  46. background-color: #000000;
  47. left: 15px;
  48. top: 15px;
  49. padding: 20px;
  50. line-height: 16px;
  51. text-align: justify;
  52. }
  53. .bork {
  54. position: absolute;
  55. width: 90px;
  56. background-color: #000000;
  57. right: 15px;
  58. top: 15px;
  59. padding: 20px;
  60. line-height: 14px;
  61. text-align: justify;
  62. }
  63. .kennel {
  64. position: absolute;
  65. border: solid 2px #3e4260;
  66. width: 462px;
  67. height: 597px;
  68. }
  69. .pupper {
  70. position: absolute;
  71. bottom: -10px;
  72. width: 460px;
  73. text-align: center;
  74. font-family: 'Bebas Neue', cursive;
  75. color: #3e4260;
  76. -webkit-text-stroke: 1px #ffffff;
  77. font-size: 55px;
  78. letter-spacing: 4px;
  79. }
  80. .pupper a:link {
  81. color: transparent;
  82. text-decoration: none;
  83. }
  84. .pupper a:visited {
  85. color: transparent;
  86. text-decoration: none;
  87. }
  88. .pupper a:hover {
  89. color: #3e4260;
  90. text-decoration: none;
  91. }
  92. a:link {
  93. color: #3e4260;
  94. text-decoration: none;
  95. }
  96. a:visited {
  97. color: #3e4260;
  98. text-decoration: none;
  99. }
  100. a:hover {
  101. color: #3e4260;
  102. text-decoration: none;
  103. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement