index.html 936 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html>
  2. <html lang="en">
  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, initial-scale=1.0">
  7. <title>Document</title>
  8. <style>
  9. .box {
  10. text-indent: 2em;
  11. }
  12. .box div {
  13. display: inline-block;
  14. /* text-indent: 0; */
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <input type="text" class="box" value="asdasdasd">
  20. <button class="box">asdasd</button>
  21. <textarea class="box">asdasd</textarea>
  22. <div class="box">
  23. Found a problem with this page?
  24. Found a problem with this page?
  25. Found a problem with this page?
  26. Found a problem with this page?
  27. Found a problem with this page?
  28. <div>
  29. Found a problem with this page?
  30. Found a problem with this page?
  31. </div>
  32. Found a problem with this page?
  33. Found a problem with this page?
  34. </div>
  35. </body>
  36. </html>