seanpowell / Email-Boilerplate

The email boilerplate for sending out nicely formatted messages.
htmlemailboilerplate.com
3.81k stars 676 forks source link

Add minimal version with centered layout and padding wrapper #30

Closed ryanblakeley closed 9 years ago

ryanblakeley commented 10 years ago

Thanks for the boilerplate Sean. After building several emails, I have trimmed things down to a minimal starting point that I find most useful.

The version I added has a centered content area, an edge wrapper to control padding, and a page wrapper to control the body background.

The head styles are grouped into "reset" and "bring inline", and include only those that I have found necessary to avoid recurring bugs.

The media queries have been removed, since they are not special or unique for emails. The Outlook query was left in place because that client tends to break in unique ways.