Examples of code I've written in PHP, Javascript, SCSS, etc.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
497 B

  1. <table class="action" align="center" width="100%" cellpadding="0" cellspacing="0" role="presentation">
  2. <tr>
  3. <td align="center">
  4. <table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation">
  5. <tr>
  6. <td align="center">
  7. <table border="0" cellpadding="0" cellspacing="0" role="presentation">
  8. <tr>
  9. <td>
  10. <a href="{{ $url }}" class="button button-{{ $color ?? 'primary' }}" target="_blank" rel="noopener">{{ $slot }}</a>
  11. </td>
  12. </tr>
  13. </table>
  14. </td>
  15. </tr>
  16. </table>
  17. </td>
  18. </tr>
  19. </table>