Decrease the Opacity of an Element
Summary
- The
opacity
property in CSS is used to adjust the opacity of an item. - A value of 1 is opaque, which isn’t transparent at all.
- A value of 0.5 is half see-through.
- A value of 0 is completely transparent.
Final Code