Advertisement
danine1

mailchimp_buttons

Jul 28th, 2021
1,354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.22 KB | None | 0 0
  1. <style>
  2. @media only screen and (max-width: 767px) {
  3.   .display-none-mobile {
  4.     display: none!important;
  5.   }
  6. }
  7. </style>
  8.  
  9. <div style="border:none!important;" class="mcnTextContent display-none-mobile">
  10. <table border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color:#fff; border-radius:5px;">
  11.   <tr>
  12.     <td align="center" valign="middle" style="color:#FFFFFF; font-family:Lato, Arial, sans-serif; font-size:16px; font-weight:bold; letter-spacing:-.5px; line-height:100%; padding-top:15px; padding-right:30px; padding-bottom:15px; padding-left:30px;">
  13.       <a href="#" target="_blank" style="float:left;padding:18px; border-radius:5px;color:#FFFFFF;background-color:#8bc400; text-decoration:none;font-weight:bold;">Mehr dazu</a>
  14.     </td>
  15.         <td align="center" valign="middle" style="color:#FFFFFF; font-family:Lato, Arial, sans-serif; font-size:16px; font-weight:bold; letter-spacing:-.5px; line-height:100%; padding-top:15px; padding-right:30px; padding-bottom:15px; padding-left:30px;">
  16.       <a href="#" target="_blank" style="float:right; padding:18px; border-radius:5px;color:#FFFFFF;background-color:#8bc400; text-decoration:none;font-weight:bold;">Mehr dazu</a>
  17.     </td>
  18.   </tr>
  19. </table>
  20. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement