Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. <div id="Mfog" class="Mwrapper"><div class="Msliding-background"><div class="Mhider"></div> </div></div>
  2.  
  3. <nav class="Mvid">
  4. <video id="video">
  5. <source src="demo.mp4" type="video/mp4">
  6. </video>
  7. <div class="Mvideo" onclick="audioPause()"></div>
  8. </nav>
  9.  
  10. .Mwrapper
  11. {
  12. z-index: 2;
  13. position: fixed;
  14. bottom: 0%;
  15. margin-top: 120em;
  16. }
  17.  
  18. .Msliding-background
  19. {
  20. z-index: 2;
  21. background-color: red;
  22. }
  23.  
  24. .Mhider
  25. {
  26. z-index: 2;
  27. height: 100%;
  28. background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0.2), rgba(0,0,0,1));
  29. }
  30. .Mvid
  31. {
  32. z-index: -2;
  33. position: relative;
  34. margin-top: 25em;
  35. text-align: center;
  36. }
  37.  
  38. .Mvid video
  39. {
  40. position: relative;
  41. z-index: -1;
  42. height: 720px;
  43. width: 1280px;
  44. }
  45.  
  46. .Mvideo
  47. {
  48. bottom: 724px;
  49. left: 120px;
  50. position: relative;
  51. z-index: 0;
  52. height: 725px;
  53. width: 1280px;
  54. background: radial-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1));
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement