Last active
December 12, 2015 09:18
-
-
Save alireza-ahmadi/4750091 to your computer and use it in GitHub Desktop.
Follow #تمپلیت_ایمیل at Twitter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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