I like to set the same effect like background image but without images.
How to do in the correct way like background image:
.mywhitebackg1 {
background: rgba(0, 0, 0, 0) url("../uploads/myimageforbackg1.png") no-repeat scroll center bottom / 60% 90%;
}
Sample to work without image:
.mywhitebackg1 {
background-color: #BD646A no-repeat scroll center bottom / 60% 90%;
}