WinLess icon indicating copy to clipboard operation
WinLess copied to clipboard

background, background-position, background-repeat

Open gabrielmicko opened this issue 10 years ago • 1 comments

background: url('img/logo.png'); background: url('img/logo.svg') rgba(0, 0, 0, 0); background-position: left center; background-repeat: no-repeat;

position and repeat doesnt work.

gabrielmicko avatar Jan 15 '15 16:01 gabrielmicko

You can just keep it in one line, the 'background' can be used for multiple options. .div{background: #000 url('img/logo.png') left-center no-repeat;}

MitchellBouwman avatar Jan 21 '16 15:01 MitchellBouwman