Guest User

Untitled

a guest
Jul 21st, 2023
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1.  
  2. <html>
  3.  
  4. <head>
  5. <meta content="text/html; charset=UTF-8" http-equiv="content-type">
  6.  
  7. <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
  8. <style type="text/css">
  9.  
  10. html,
  11. body
  12. {
  13. height: 190;
  14. width: 320;
  15. display: flex;
  16. font-size: 8;
  17. line-height: 0.4;
  18.  
  19.  
  20. }
  21.  
  22. .logo {
  23. vertical-align: middle;
  24. text-align: left
  25. }
  26.  
  27. .foto {
  28. vertical-align: middle;
  29. max-height: 100px;
  30. width: auto;
  31. text-align: right
  32. }
  33.  
  34. .last {
  35. page-break-after: avoid;
  36. }
  37.  
  38.  
  39. .Firma{
  40. text-align: left;
  41. font-size: 14;
  42. line-height: 0.1;
  43. }
  44. .name{
  45. text-align: left;
  46. font-size: 18px;
  47. font-weight: bold;
  48. }
  49. .card {
  50.  
  51.  
  52.  
  53. }
  54. .div {
  55. width: 100%;
  56. height: 100%;
  57. margin: auto;
  58.  
  59. }
  60. .material-icons {
  61. vertical-align: middle;
  62. line-height: 0.4;
  63. font-size: 11px;
  64. font-weight: normal;
  65. }
  66.  
  67. </style>
  68. </head>
  69.  
  70. <body>
  71.  
  72. <div class="card">
  73. <img style="float: left " align="right" valign="middle" class="logo " src="data:image/svg+xml;base64,">
  74.  
  75. <img style="float: right" align="left" valign="middle" class="foto" src="&lt;&lt;[Bild]&gt;&gt;">
  76.  
  77.  
  78. <div style="float: left;">
  79.  
  80. <table width=" 130" style="float: left; font-size: 10px; font-weight: bold; font-style: inherit;">
  81. <tbody>
  82. <tr>
  83. <td align="left" valign="middle" nowrap="nowrap"><strong>LWL-Technik GmbH</strong></td>
  84. </tr>
  85. <tr>
  86. <td valign="bottom"><i class="material-icons">home</i> Iburger Str. 238 B</td>
  87. </tr>
  88. <tr>
  89. <td>&nbsp; &nbsp; &nbsp;49525 Lengerich</td>
  90. </tr>
  91. <tr>
  92. <td ><i class="material-icons">mail_outline</i> info@lwl-kk.de</td>
  93. </tr>
  94. <tr>
  95. <td><i class="material-icons">call</i> 05481 84 89 129</td>
  96. </tr>
  97. <tr>
  98. <td><i class="material-icons">fax</i> 05481 84 89 128</td>
  99. </tr>
  100.  
  101. </tbody>
  102. </table>
  103.  
  104. <table width=" 150" style="float: right; font-size: 10px; font-style: inherit; text-align: left; font-weight: bold;">
  105. <tbody>
  106.  
  107. <tr>
  108. <td nowrap="nowrap"><strong>Vorname</strong></td>
  109. </tr>
  110. <tr>
  111. <td nowrap="nowrap" class="name">&lt;&lt;[Vorname]&gt;&gt;</td>
  112. </tr>
  113. <tr>
  114. <td><strong>Nachname</strong></td>
  115. </tr>
  116. <tr>
  117. <td nowrap="nowrap" class="name">&lt;&lt;[Nachname]&gt;&gt;</td>
  118. </tr>
  119.  
  120. </tbody>
  121. </table>
  122.  
  123.  
  124. </div>
  125. </div>
  126.  
  127.  
  128.  
  129.  
  130. </body>
  131.  
  132. </html>
  133. Visitenkarte.html
  134. "Visitenkarte.html" wird angezeigt.
Add Comment
Please, Sign In to add comment