Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>button overlapping</title>
  6. </head>
  7. <body>
  8. <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:600px; background:#e5f3f6;">
  9. <tr>
  10. <td>
  11. <p>
  12. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eaque explicabo perferendis omnis, tenetur incidunt quas cumque quae ipsa, neque consequuntur harum quod nesciunt veritatis exercitationem dolorum magni dolorem. Esse, ex!
  13. </p>
  14. <div style="max-height:20px; overflow:visible !important;">
  15. <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:0 0 0 auto; border-radius:20px; background:#70bfce;">
  16. <tr>
  17. <td style="width:140px; height:40px; text-align:center; vertical-align:center; font:bold 16px Verdana, sans-serif; color:#fff;">Lees verder</td>
  18. </tr>
  19. </table>
  20. </div>
  21. </td>
  22. </tr>
  23. </table>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement