I've been attempting to create responsive background images within a div
element, but unfortunately, my current method is not producing the desired results.
Below is an excerpt of my CSS code:
.block-main{
background: url(images/ohdaihiep/bg1.png) center center/cover no-repeat;
min-height:863px;
}