File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ parent: Properties
88Defineds a margin or separation for a specific side applied to this element.
99
1010``` css
11- margin- [size ]: <size> ;
11+ margin- [side ]: <size> ;
1212margin-top : 12px;
1313```
1414
1515## Syntax
1616
17- `margin- [size ]: <size> ;`
17+ `margin- [side ]: <size> ;`
1818
1919Side can be top, right, bottom or left.\
2020Value must be of type [\<size>](../data-types/size.md).
Original file line number Diff line number Diff line change 11---
2- title : Pargin Side
2+ title : Padding Side
33description : CSS padding side property
44parent : Properties
55---
@@ -8,13 +8,13 @@ parent: Properties
88Defineds a padding for a specific side applied to this element.
99
1010``` css
11- padding- [size ]: <size> ;
11+ padding- [side ]: <size> ;
1212padding-top : 12px;
1313```
1414
1515## Syntax
1616
17- `padding- [size ]: <size> ;`
17+ `padding- [side ]: <size> ;`
1818
1919Side can be top, right, bottom or left.\
2020Value must be of type [\<size>](../data-types/size.md).
You can’t perform that action at this time.
0 commit comments