+ 2
I saw something about opacity and I Wis to apply it to a background color. How do I go about it?
It's in CSS. I learnt it can be applicable to other features not only images
1 ответ
+ 7
rgba(255, 0, 0, 0.5)
This has red color with 50% opacity.
RGB means red,green,blue and A means alpha.
Alpha means opacity