margin and padding property css properties added

This commit is contained in:
Yogesh Ojha 2020-06-28 00:08:07 +05:30
parent 7eb73eaf50
commit 7c8d3339a9
1 changed files with 6 additions and 0 deletions

View File

@ -245,6 +245,12 @@ Also use any options, pos:a/r/f
display: inline-block;
```
* You can use `m` for margin and `p` for padding followed by direction
`mr` -> `margin-right`
`pr` -> `padding-right`
* `@f` will result in
```css