iframe.scss 323 B

123456789101112131415161718192021222324252627
  1. @import "drop_down.scss";
  2. * {
  3. padding: 0;
  4. margin: 0;
  5. }
  6. html,
  7. body {
  8. position: relative;
  9. width: 100%;
  10. height: 100%;
  11. overflow: hidden;
  12. }
  13. .home {
  14. position: absolute;
  15. top: 0;
  16. left: 0;
  17. width: 100%;
  18. height: 400%;
  19. }
  20. .state-01 {
  21. display: block;
  22. width: 100%;
  23. height: 25%;
  24. }