CSS Opacity
Transparency of elements on the web-page can be used to imply their state, notify some change or just as a styling effect. The opacity property can help us alter the transparency of the element. We can set values in the range 0.0 – 1.0 where 0 being completely transparent. div { background-color: red; padding: 10px; … Read more