Skip to content

A few simple, but solid patterns for responsive HTML emails. Even in Outlook.

License

Notifications You must be signed in to change notification settings

herooutoftime/Cerberus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cerberus

###A few responsive email patterns that go a long way

Coding regular emails is hard enough by itself. Making them responsive shouldn't add to the headache. A few simple, but solid patterns are all that's needed to optimize emails for small screens.

That's what Cerberus is.

It's just a few responsive email patterns that go a long way. The code blocks are compartmentalized so that they may be used, reused, and nested to build an email. Everything has good email client support, including Outlook, Android, and even mobile Gmail.

There are two templates, one that relies media queries and one that does not.

I wrote a blog post that goes into more detail on why I made this. Cerberus is Responsive Email XX's successor.


###template-default.html wireframe

  • Forces columns into rows
  • Uses fluid images
  • Includes two breakpoints
  • Works most everywhere for desktop
  • Relies on media queries for narrow screens

###template-fluid.html wireframe

  • Works most everywhere, including Mobile Gmail and Android 4.4 Mail
  • Fluid layout using max-width to shrink email's width
  • Fixed, wide layout for Outlook and Lotus 8

Tools and Resources

Download, Fork, Commit.

If you can make this better, please download, fork, and submit a pull request. I'd love to work on this with a few folks and get it as solid as can be.

About

A few simple, but solid patterns for responsive HTML emails. Even in Outlook.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published