Friday, March 16, 2018

opacity in cascading style sheets

This, in CSS, makes something halfway opaque:

#something {
   opacity: 0.5;
}

No comments:

Post a Comment