CSS Basic Tutorial
CSS Flexbox
In CSS, the opacity
property controls the transparency level of an element. It defines how opaque or transparent an element is, where 0
represents full transparency and 1
represents full opacity.
opacity : 0 - 1;