Skip to content

Instantly share code, notes, and snippets.

@heysamtexas
Created July 24, 2025 22:03
Show Gist options
  • Save heysamtexas/c8d8fb0561fe0db1dfd32b013c408583 to your computer and use it in GitHub Desktop.
Save heysamtexas/c8d8fb0561fe0db1dfd32b013c408583 to your computer and use it in GitHub Desktop.
Tip me gmail sig
<!DOCTYPE html>
<html>
<body>
<table style="font-family: Arial, sans-serif; width: 320px; border-collapse: collapse;">
<tr>
<td colspan="3" style="font-size: 18px; color: #666; padding: 0 0 10px 0; text-align: center;">
Leave a tip?
</td>
</tr>
<tr>
<td style="background: #4285f4; color: white; padding: 15px; font-size: 16px; font-weight: bold; text-align: center; width: 33.33%;">
15%
</td>
<td style="background: #4285f4; color: white; padding: 15px; font-size: 16px; font-weight: bold; text-align: center; width: 33.33%; border-left: 3px solid white; border-right: 3px solid white;">
20%
</td>
<td style="background: #4285f4; color: white; padding: 15px; font-size: 16px; font-weight: bold; text-align: center; width: 33.33%;">
25%
</td>
</tr>
<tr>
<td colspan="3" style="background: #4285f4; color: white; padding: 12px; text-align: center; font-size: 14px; border-top: 3px solid white;">
Custom
</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment