Answers for "opacity in image backgournd"

CSS
-2

image opacity in html

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

Background image opacity CSS

div {
    opacity : 50%;
}

/* Use opacity to change the opacity of selected css */
Posted by: Guest on January-08-2021

Browse Popular Code Answers by Language