+ 1
image repeat
How do I make background images not repeat along x or y axis.
3 Answers
+ 1
// background-image: url("ex.jpg)" no-repeat 10px(vertical) 10px(horizontal):
0
use style css and background
0
Background repeat: no repeat
How do I make background images not repeat along x or y axis.