mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 22:11:35 +00:00
margin and padding property css properties added
This commit is contained in:
@@ -245,6 +245,12 @@ Also use any options, pos:a/r/f
|
|||||||
display: inline-block;
|
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
|
* `@f` will result in
|
||||||
|
|
||||||
```css
|
```css
|
||||||
|
|||||||
Reference in New Issue
Block a user