Answers for "background opacity in alacrity"

CSS
19

css opacity example

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

background having opacity and text above to not have opacity

background-color: rgba(255,0,0,0.6);
Posted by: Guest on September-02-2020

Code answers related to "background opacity in alacrity"

Browse Popular Code Answers by Language