Skip to content

Instantly share code, notes, and snippets.

View AJarombek's full-sized avatar

Andrew Jarombek AJarombek

View GitHub Profile
@AJarombek
AJarombek / email.css
Created June 17, 2018 21:54
Creating HTML and CSS emails
/*
* Styling for a welcome email when a user subscribes
* Author: Andrew Jarombek
* Date: 6/6/2018
* Sources: [https://bit.ly/2kKJuH8, https://bit.ly/2JrEzrm]
*/
/* Apple Mail does not support max-width so set the width in a media query */
@media only screen and (min-device-width: 601px) {
.content {