Answers for "html color with transparency"

CSS
19

opacity color

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

Code answers related to "html color with transparency"

Browse Popular Code Answers by Language