Answers for "set the opacity on an image in bootstrap"

CSS
-2

image opacity in html

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

Code answers related to "set the opacity on an image in bootstrap"

Browse Popular Code Answers by Language