video.css 149 B

12345678910111213
  1. video {
  2. display: block;
  3. top: 0;
  4. left: 0;
  5. right: 0;
  6. bottom: 0;
  7. width: 100%;
  8. height: 100%;
  9. background-color: #000;
  10. }