how to use background color and background image together in css code example
Example: how to add background image as well as background colorin html
background: url('images/checked.png'), #6DB3F2;
background: url('images/checked.png'), #6DB3F2;