Last active
November 23, 2017 17:52
-
-
Save cossssmin/a9d7ecce815d0efe72e92dd3404f539c to your computer and use it in GitHub Desktop.
Pine HTML/CSS Background Image
This file contains hidden or 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
<table align="center" cellpadding="0" cellspacing="0" role="presentation" width="100%"> | |
<tr> | |
<td class="col" width="100%" bgcolor="#1F2225" background="https://picsum.photos/700/500?image=842" style="background-image: url('https://picsum.photos/700/500?image=842'); background-repeat: no-repeat; background-position: center; background-size: cover;"> | |
... | |
</td> | |
</tr> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment