The opacity
property specifies the opacity/transparency of an element.
Transparent Image
The opacity
property can take a value from 0.0 – 1.0. The lower the value, the more transparent.
Example
img {
opacity: 0.5;
}
The opacity
property specifies the opacity/transparency of an element.
The opacity
property can take a value from 0.0 – 1.0. The lower the value, the more transparent.
img {
opacity: 0.5;
}