Emmes

Para <3 (CSS)

Nov 29th, 2017
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.23 KB | None | 0 0
  1. .backOO {
  2.     width: 502px;
  3.     border: 1px solid transparent;
  4.     height: 302px;
  5.     margin: auto;
  6.     overflow: hidden;
  7.   position: relative;
  8. }
  9. .baseOO {
  10.     height: 300px;
  11.     margin-right: 100px;
  12.   border: 1px solid transparent;
  13. }
  14. .botoOO {
  15.     float: right;
  16.     width: 92px;
  17.     height: 302px;
  18.     margin: -1px;
  19.     border: 1px solid transparent;
  20. }
  21. .ccbbOO {
  22.     height: 300px;
  23.     position: absolute;
  24.     top: 0;
  25.     width: 0px;
  26.   transition: 1s;
  27.   right: 100px;
  28. }
  29. .ccbbOO:hover {
  30. width: 400px;
  31. }
  32. .ccbbOO:hover .pushOO {
  33. margin-left: 400px;
  34. opacity: 0.5;
  35. }
  36. .pushOO {
  37.     background: #ffffff;
  38.     width: 90px;
  39.     height: 65px;
  40.     line-height: 65px;
  41.     text-align: center;
  42.     transition: 1s;
  43.     margin-left: 10px;
  44.       font-size: 50px;
  45.   color: #ff406b;
  46. }
  47. .o02 {
  48. margin-top: 78px;
  49.   color: #444;
  50. }
  51. .o03 {
  52. margin-top: 156px;
  53. }
  54. .o04 {
  55. margin-top: 235px;
  56.   color: #444;
  57. }
  58. .textOO {
  59.     position: absolute;
  60.     top: 0;
  61.     width: 100%;
  62.     overflow: hidden;
  63.     height: 300px;
  64. }
  65. .ttOO {
  66.     background: #ffffffab;
  67.     border: 1px solid transparent;
  68.     height: 300px;
  69.     width: 400px;
  70. }
  71. .tituOO {
  72.     color: #333333;
  73.     font-family: Cabin, sans-serif;
  74.     font-size: 16px;
  75.     margin: auto;
  76.     padding: 1px 10px 0;
  77.     position: relative;
  78.     width: max-content;
  79.     background: #ffffff;
  80.     box-shadow: 5px 0 5px #ffffff, -5px 0 5px #ffffff;
  81. }
  82. .scrolOO {
  83.     border: 2px solid;
  84.     color: #333333;
  85.     font-family: arial;
  86.     font-size: 12px;
  87.     height: 279px
  88.     margin: -9px 10px;
  89.     overflow: auto;
  90.     padding: 15px;
  91.     background: #ffffff94;
  92. }
  93. .baseOO, .pushOO {
  94. background: url(https://i.pinimg.com/564x/db/8f/6a/db8f6adad80fee7563c659521d38b53f.jpg);
  95.     background-size: 500px 300px;
  96.   text-shadow: 0 0 20px #333;
  97. }
  98. .o01 {
  99. background-position: top right !important;  
  100. }
  101. .o02 {
  102. background-position: right -78px !important;  
  103. }
  104. .o03 {
  105. background-position: right -156px !important;  
  106. }
  107. .o04 {
  108. background-position: right -235px !important;  
  109. }
  110. .basetextOO {
  111.     border: 3px solid #ffffff;
  112.     margin: 10px;
  113.     background: #ffffff8a;
  114.     height: 279px;
  115.     color: #ffffff;
  116.     text-align: center;
  117.     line-height: 279px;
  118.     font-size: 100px;
  119. }
Advertisement
Add Comment
Please, Sign In to add comment