Answers for "opacity with color in css"

CSS
7

css opacity background color

background: rgba(255, 255, 255, 0.25);
Posted by: Guest on July-12-2020
17

opacity color

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

Browse Popular Code Answers by Language