i have a problem with a div that has an image as a backround. When I try to give it the linear gradient, the background disappears. Thanks for the help and sorry for the triviality of the question, but I'm a beginner
.facebook{
background-image: url(/img/facebook.jpg) linear-gradient(from left, 1 , 0);
}
.menu2style{
border-top: solid 2px white;
border-bottom: solid 2px white;
height: 24.5%;
display: flex;
padding-left: 30px;
background-repeat: no-repeat;
background-size: cover;
font-family: 'Bungee Outline', cursive;
font-weight: 900;
font-size: 90%;
justify-content: flex-start;
color: white;
padding-right: 25%;
<div class="camera2">
<div class="menu2">
<div class="menu2style facebook">FACEBOOK</div>