I want to set transparent backgroundimage but not the text:
My CSS code:
.contentFirstPage{
height: 200px;
position: absolute;
top: 80%;
left: 20%;
right: 20%;
transform: translate(0, -50%);
padding: 10px;
background-image: url("./Images/background2.jpg");
background-size: 100% 100%;
}