mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-21 12:25:14 +00:00
margin and padding property css properties added
This commit is contained in:
parent
7eb73eaf50
commit
7c8d3339a9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user