選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

32 行
790 B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>LessPass</title>
  6. <meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
  8. <link rel="stylesheet" href="dist/lesspass.min.css">
  9. <style>
  10. div.center {
  11. width: 470px;
  12. max-width: 100%;
  13. display: block;
  14. margin-left: auto;
  15. margin-right: auto;
  16. }
  17. @media (min-width: 544px) {
  18. #lesspass {
  19. margin-top: 1em;
  20. }
  21. }
  22. </style>
  23. </head>
  24. <body>
  25. <div class="center">
  26. <div id="lesspass" class="m-x-auto"></div>
  27. </div>
  28. <script src="dist/lesspass.min.js"></script>
  29. </body>
  30. </html>