how to set background image for div html 5 code example
Example 1: css background image
background-image: url("image.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
Example 2: how to add background image as well as background colorin html
background: url('images/checked.png'), #6DB3F2;