暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

card.html 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <html>
  2. <head>
  3. <style>
  4. .button {
  5. background-color: #000000; /* Green */
  6. border: none;
  7. color: white;
  8. padding: 15px 32px;
  9. text-align: center;
  10. text-decoration: none;
  11. display: inline-block;
  12. margin: 4px 2px;
  13. cursor: pointer;
  14. }
  15. .button1 {font-size: 10px;}
  16. .button2 {font-size: 12px;}
  17. .button3 {font-size: 16px;}
  18. .button4 {font-size: 50px;}
  19. .button5 {font-size: 24px;border-radius: 12px;}
  20. </style>
  21. </head>
  22. <body>
  23. <div style="background-image: url('https://lh3.googleusercontent.com/p/AF1QipONWF8G50u9Bu-dklcj3kzesofOn8Z0q0LdHeU1=w1080-h608-p-no-v0');
  24. /* Full height */
  25. height: 100%;
  26. / Center and scale the image nicely /
  27. background-position: center;
  28. background-repeat: no-repeat;
  29. background-size: cover;">
  30. <h1 class="button button5"> Visiting Card PARSER </h1>
  31. <br> <br>
  32. <a class="button button5"href="/">HOME</a>
  33. <form action="/submit" method="POST" enctype="multipart/form-data">
  34. <div class="form-group">
  35. <div class="custom-file">
  36. <input type="file" class="button button5" name="image" id="image"> <br> <br><br>
  37. <div class="bg"></div>
  38. <input class="button button5" type="submit">
  39. </div>
  40. </div>
  41. </form>
  42. <style>
  43. body {
  44. width: 100%;
  45. height:100%;
  46. font-family: 'Helvetica';
  47. background-color:#000000;
  48. color: #fff;
  49. font-size: 24px;
  50. text-align:center;
  51. letter-spacing:1.4px;
  52. }
  53. </style>
  54. </body>
  55. </html>