diff --git a/guide/english/certifications/responsive-web-design/basic-css/adjust-the-padding-of-an-element/index.md b/guide/english/certifications/responsive-web-design/basic-css/adjust-the-padding-of-an-element/index.md index 19b0d8bd01..d63d2a457d 100644 --- a/guide/english/certifications/responsive-web-design/basic-css/adjust-the-padding-of-an-element/index.md +++ b/guide/english/certifications/responsive-web-design/basic-css/adjust-the-padding-of-an-element/index.md @@ -18,7 +18,7 @@ To create Padding as a class for a specific Element, use: ```css .example-Padding { padding: 10px -{ +} ``` To apply this class to the appropriate field, use: ```html