diff --git a/guide/english/css/css-buttons/index.md b/guide/english/css/css-buttons/index.md index f9614d9c25c84c..2c9c1bd0889891 100644 --- a/guide/english/css/css-buttons/index.md +++ b/guide/english/css/css-buttons/index.md @@ -19,7 +19,7 @@ You can change several properties of a button in order to change its appearance. * To add shadows to the button use `box-shadow` property. -* To add transparency to a button for a disabled effect use the property `opacity`. +* To add transparency to a button for a disabled effect use the `opacity` property. * To remove the margins and create a button group add `float:left/right` property.