Edit for clarity (#32927)

pull/25588/head^2
Kristina Gern 2019-02-22 11:35:21 -07:00 committed by Randell Dawson
parent 635000c646
commit fad914550f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ title: Margins
The `margin` CSS property sets the margin area on all four sides of an element. This property can be used to generate space around content (outside the border). It is a shorthand to set all individual margins at once: `margin-top`, `margin-right`, `margin-bottom`, and `margin-left`. Values are defined in the clockwise direction.
Margin values are set using lengths or percentages or `auto` or `inherit` keyword, and may accept zero or negative values. The initial, or default, value for all margin properties is 0. While you can use `inherit` keyword but it can not be used along with a length value.
Margin values are set using lengths or percentages or `auto` or `inherit` keyword, and may accept zero or negative values. The initial or default value for all margin properties is 0. While you can use `inherit` keyword, it can not be used along with a length value.
## Syntax
```css