how to overlap second image to first image

Sep 20 2016 5:30 AM
.Services {
background-image: url("images/bg.png"), url("images/ser.png");
background-color: #3D4A58;
background-position: top right, center right;
background-repeat: no-repeat, no-repeat;
height: 1600Px;
}

Answers (2)