mps.css 316 B

1234567891011121314151617181920212223
  1. body{
  2. background-color: #FFBE00;
  3. }
  4. .homepage_01{
  5. width:360px;
  6. height:210px;
  7. margin-top: 100px;
  8. }
  9. .homepage_02{
  10. width:95%;
  11. max-width:1306px;
  12. max-height:596px;
  13. margin-top: 100px;
  14. }
  15. .homepage_03{
  16. width:274px;
  17. height:200px;
  18. position: fixed;
  19. bottom: 0;
  20. z-index: 10;
  21. }