From d61dba9110a567e6193902e96b20de16a7655849 Mon Sep 17 00:00:00 2001 From: "LYES_BOUH@RI" Date: Mon, 10 Dec 2018 01:03:30 +0100 Subject: [PATCH] Add more details (#28466) * Add more details * fix: capitalized opacity --- guide/english/css/background-opacity/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/css/background-opacity/index.md b/guide/english/css/background-opacity/index.md index 693c588ac2..8c20f8a75e 100644 --- a/guide/english/css/background-opacity/index.md +++ b/guide/english/css/background-opacity/index.md @@ -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 here