css background image scral code example
Example 1: how to scale a bg image acc to size of div
/* One way */
background-size: cover;
/* Other option */
background-size: contain;
Example 2: how to add background image as well as background colorin html
background: url('images/checked.png'), #6DB3F2;