Add more details (#28466)

* Add more details

* fix: capitalized opacity
This commit is contained in:
LYES_BOUH@RI
2018-12-10 01:03:30 +01:00
committed by Randell Dawson
parent fab4d1401e
commit d61dba9110

View File

@ -5,6 +5,8 @@ title: Background Opacity
The opacity CSS property specifies the level of transparency of an element, that is, the degree to which the content behind the element is visible.
Opacity applies to the element as a whole, including its contents, even though the value is not inherited by child elements. Thus, the element and its children all have the same opacity relative to the element's background, even if they have different opacities relative to one another.
The opacity property can take a value from 0.0 - 1.0. The lower the value, the more the transparency:
Find more details <a href='https://www.w3schools.com/css/css_image_transparency.asp' target='_blank' rel='nofollow'>here</a>