mirror of
https://github.com/rstacruz/cheatsheets.git
synced 2026-04-27 03:00:45 -04:00
444 B
444 B
title, category
| title | category |
|---|---|
| HTML |
Avoid these
- position (Yahoo, Gmail)
- box-shadow (Yahoo, Gmail)
- height (Outlook)
- width in p/div (Outlook)
- padding in p/div (Outlook)
- data-URI (all webmail)
Basic layout
<table cellpadding=0 cellspacing=0"
<tr>
<td width=auto>
<td width=600px background=white>
<td width=auto>
Responsive
@media only screen and (max-device-width: 480px)