Answers for "how to reduce the brightness of background image in css"

CSS
1

lower image brightness css

filter: brightness(50%);
Posted by: Guest on June-20-2021
0

lower brightness of backgroung css

#primary_feature{
  background-image: url("../assets/images/misc/laptop.png");
}
.feature{
  background:rgba(0,0,0,0.6);
}
Posted by: Guest on June-27-2021

Code answers related to "how to reduce the brightness of background image in css"

Browse Popular Code Answers by Language