Fixed code "To create Padding as a class" (#26580)

The opening curly bracket was replaced with the intended closing bracket.
This commit is contained in:
Nikhil Wadekar
2019-03-09 04:43:55 +05:30
committed by Randell Dawson
parent 8a2927ff99
commit e3e1b3003e

View File

@ -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