Answers for "in css, what property is used to alter the transparency of objects?"

CSS
17

css opacity example

.opacity30 {
  opacity: 0.3;
  filter: alpha(opacity=30); /* For IE8 and earlier */
}
Posted by: Guest on June-25-2019

Code answers related to "in css, what property is used to alter the transparency of objects?"

Browse Popular Code Answers by Language