Relates :
|
.bg { background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><circle cx='50' cy='50' r='40' stroke='black' stroke-width='3' fill='red' /></svg>"); width: 500px; height: 200px; } Above style is not showing anything on the screen. But adding no-repeat to the background property works.
|