background:orange url('https://www.caniemail.com/assets/images/og.png') center/cover no-repeat;
background-image:url('https://www.caniemail.com/assets/images/og.png'); background-color: orange; background-position: center; background-repeat: no-repeat; background-size: cover;
background:orange url('https://www.caniemail.com/assets/images/og.png') 20px 20px/75px 75px no-repeat;
background-image:url('https://www.caniemail.com/assets/images/og.png'); background-color: orange; background-position: 20px 20px; background-repeat: no-repeat; background-size: 75px 75px;
background: url('https://www.caniemail.com/assets/images/og.png') top right no-repeat, url('https://www.caniemail.com/assets/images/og.png') bottom left no-repeat, url('https://www.caniemail.com/assets/images/og.png') center center no-repeat, red;
background-image: url('https://www.caniemail.com/assets/images/og.png'), url('https://www.caniemail.com/assets/images/og.png'), url('https://www.caniemail.com/assets/images/og.png'); background-position: top right, bottom left, center center; background-repeat: no-repeat,no-repeat,no-repeat; background-color: red;
background: url('https://www.caniemail.com/assets/images/og.png') 100% 100% / 100px 100px no-repeat, url('https://www.caniemail.com/assets/images/og.png') right center no-repeat, url('https://www.caniemail.com/assets/images/og.png') center center no-repeat, red;
background-image: url('https://www.caniemail.com/assets/images/og.png'), url('https://www.caniemail.com/assets/images/og.png'), url('https://www.caniemail.com/assets/images/og.png'); background-position: 100% 100%, right center, center center; background-size:100px 100px, auto, auto; background-repeat: no-repeat,no-repeat,no-repeat; background-color: red;
<div class="backgroundtest" background="https://www.caniemail.com/assets/images/og.png">
<div class="backgroundtest" style="display:table;" background="https://www.caniemail.com/assets/images/og.png">
<table class="backgroundtest" background="https://www.caniemail.com/assets/images/og.png"><tr><td></td></tr></table>
<table class="backgroundtest"><tr background="https://www.caniemail.com/assets/images/og.png"><td></td></tr></table>
<table class="backgroundtest"><tr><td background="https://www.caniemail.com/assets/images/og.png"></td></tr></table>
The background extends behind the border.
The background extends to the inside edge of the border.
The background extends to the edge of the content box.
The background image starts from the upper left corner of the padding edge
The background image starts from the upper left corner of the border.
The background image starts from the upper left corner of the content.
background-image: linear-gradient(to left, transparent, black);
background-image: linear-gradient(black,orange);
background-image: linear-gradient(to right, black,orange,purple);
background-image: linear-gradient(to bottom right, black,orange,white,purple);
background-image: radial-gradient(black,orange);
background-image: radial-gradient(black,orange,purple);
background-image: radial-gradient(black,orange,white,purple);
background: radial-gradient( ellipse at center, rgba(255,255,255,1) 31%, rgba(255,255,255,1) 32%, rgba(241,111,92,1) 32%, rgba(246,41,12,1) 51%, rgba(231,56,39,1) 100%);
background: radial-gradient( ellipse at center, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 51%, rgba(254,254,254,1) 100%);
The native Android Samsung email app app does not recognize background images as a resource At least one html <img> is required in order to trigger the app to download background images.