Skip to content

Instantly share code, notes, and snippets.

@alireza-ahmadi
Last active December 12, 2015 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alireza-ahmadi/4750091 to your computer and use it in GitHub Desktop.
Save alireza-ahmadi/4750091 to your computer and use it in GitHub Desktop.
Follow #تمپلیت_ایمیل at Twitter
/* Normal Style */
#elementName{
background:#FFFFFF url(img/foobar.png) no-repeat center top;
}
/* Email Template Style */
#elementName{
background-color:#FFFFFF;
background-image:url(img/foobar.png);
background-repeat:no-repeat;
background-position:center top;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment