Answers for "css opacity on images"

CSS
1

css image transparency

opacity: .8;
Posted by: Guest on March-23-2022
-2

image opacity in html

img {
  opacity: 0.5;
}
Posted by: Guest on May-27-2020

Browse Popular Code Answers by Language