2023-09-04, 02:43 PM
Most people would probably like something like this in their css.
.sections.homeSectionsContainer::before {
content: '';
display: block;
background-image: url(https://cmx-assets-01.s3.us-east-2.amazo...31fdd.jpeg);
width: 100%;
margin: 0em auto 0 auto;
height: 27em;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
.sections.homeSectionsContainer::before {
content: '';
display: block;
background-image: url(https://cmx-assets-01.s3.us-east-2.amazo...31fdd.jpeg);
width: 100%;
margin: 0em auto 0 auto;
height: 27em;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}