Answers for "css property to reduce background image brightness"

CSS
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 "css property to reduce background image brightness"

Browse Popular Code Answers by Language