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:
committed by
Randell Dawson
parent
8a2927ff99
commit
e3e1b3003e
@ -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
|
||||
|
Reference in New Issue
Block a user