+ 5
Why images are repeating like tiles
body { background-image: url("http://www.sololearn.com/uploads/css_logo.png"); background-color: #e9e9e9; }
2 Answers
+ 5
Add background-repeat:no-repeat; to prevent the image being tiled on background. When a background image is small by default it will be tiled to fill the area.
Hth, cmiiw
0
'"<b>bbb</b>"'