Advertisement
Fhernd

W2S2.2U9_Proj1_WatermarkStyling.css

Jun 11th, 2015
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.21 KB | None | 0 0
  1. #wrap_video
  2. {
  3.     position: absolute;
  4.     top: 0;
  5.     left: 0;
  6. }
  7.  
  8. #video_overlay
  9. {
  10.     position: absolute;
  11.     top: 75%;
  12.     left: 72%;
  13.     z-index: 100;
  14.     background-color: rgba(255, 255, 255, .2);
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement