Answers for "css make an image transparent"

CSS
1

transparent background css for image

background-color: rgba(255, 0, 0, 0.5);
Posted by: Guest on July-06-2020
-2

image opacity in html

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

Code answers related to "css make an image transparent"

Browse Popular Code Answers by Language