Answers for "html make image opacity"

CSS
-2

image opacity in html

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

image opacity

img {
opacity: 0.5;
}
Posted by: Guest on April-01-2022

Browse Popular Code Answers by Language