add_style.css 261 B

12345678910
  1. #ifame{
  2. position: absolute;
  3. min-width: 1200px;
  4. width: 100%;
  5. height: 100%;
  6. background-color: transparent;
  7. background-size: cover;
  8. background-position: center center;
  9. background-repeat: no-repeat;
  10. }