fork download
  1. <!DOCTYPE html>
  2. <html lang="ja">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width">
  7. <title></title>
  8. <style>
  9. body {
  10. margin: 0.05vw;
  11. }
  12.  
  13. .Display_Flex {
  14. display: flex;
  15. width: 100%;
  16. height: 99.85vh;
  17. justify-content: center;
  18. align-items: center;
  19. }
  20.  
  21. .ObjectFit_Cover {
  22. object-fit: cover;
  23. width: 50%;
  24. height: 60%;
  25. }
  26.  
  27. </style>
  28. </head>
  29. <body>
  30. <div class="Display_Flex">
  31. <img class="ObjectFit_Cover" src="img033.jpg">
  32. </div>
  33. </body>
  34. </html>
  35.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty