Guest User

Untitled

a guest
Dec 14th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. #digga {
  2. margin:0 auto;
  3. width:300px;
  4. background-color:#1265b0;
  5. height:500px;
  6. }
  7. #discription{
  8. width:100%;
  9. height:300px;
  10. background-color:#1265b0;
  11. background-image:
  12. }
  13. #textboxbg{
  14. position:absolute;
  15. z-index:3000;
  16. overflow: hidden;
  17. height:300px;
  18. width:300px;
  19. background-color:rgba(0,0,0,0);
  20. -webkit-transition:background 100ms ease-in;}
  21.  
  22. #textbox{width:500px;height:300px;}
  23. #spacer {
  24. float:left;
  25. width:200px;
  26. -webkit-transition:width 100ms ease-in;
  27. height:100%;
  28. }
  29. #textbox p {
  30. float:left;
  31. -webkit-transition:all 100ms ease-in;
  32. opacity:0;
  33. width:240px;
  34. text-align:left;
  35. padding:10px 50px 0 0;
  36. line-height:28px;
  37. font-size:20px;}
  38.  
  39. #textboxbg:hover {background-color:rgba(0,0,0,0.8);opacity:1;}
  40. #textboxbg:hover p {opacity:1;}
  41. #textboxbg:hover #spacer {width:30px;}
  42.  
  43.  
  44. img {width:100%;height:300px;}
  45. p {
  46. text-align:center;
  47. color:white;
  48. font-size:60px;}
Add Comment
Please, Sign In to add comment