説明なし

index.html 837B

12345678910111213141516171819202122232425262728293031
  1. <html>
  2. <head>
  3. <meta charset="utf-8">
  4. <title>小黑鱼</title>
  5. <meta name="viewport" content="width=device-width,initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"/>
  6. <style type="text/css" media="screen">
  7. #logo{
  8. margin: 16px auto;
  9. }
  10. #logo img{width: 300px;}
  11. #con img{
  12. width: 100%;
  13. }
  14. .common{
  15. width: 1000px;
  16. margin: 0 auto;
  17. }
  18. </style>
  19. </head>
  20. <body>
  21. <div class="container">
  22. <div class="common" id="logo"><img src="imgs/1.png" /></div>
  23. <div class="common">
  24. <img src="imgs/2.png"/>
  25. <img src="imgs/3.png"/>
  26. <img src="imgs/4.png"/>
  27. <img src="imgs/5.png"/>
  28. </div>
  29. </div>
  30. </body>
  31. </html>