Corrected grammar (#24559)

This commit is contained in:
Ishita Bansal
2018-11-03 10:25:21 +05:30
committed by Aman Mittal
parent 98df94d143
commit f776235ddf

View File

@ -5,7 +5,7 @@ title: Background Opacity
The opacity property specifies the opacity/transparency of an element, that is, the degree to which the content behind the element is visible.
The opacity property can take a value from 0.0 - 1.0. The lower the value, the more transparent:
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>