Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Here i have a Background like this
background:url(../img/arrow_lch.png) right no-repeat #2e443a;
I have to reduce only bg color(#2e443a) Opacity, How???
bg color(#2e443a) Opacity
如果你这样做,并编辑不透明度的最后一个数字:
background-color:rgba(200,200,200,0.5);