I’d like to display a background image using background-image prop of css for only in first line of the page. How could I do this? I use a code like;
background-image:url(backgr.png);
background-repeat:x-repeat;
background-position:left top;
but this provides repeating the image in all lines.
try this css: