Skip to content

Commit

Permalink
Revert bad changes
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Jul 28, 2023
1 parent cfeae6c commit 46392c5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions files/zh-cn/web/css/word-spacing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ slug: Web/CSS/word-spacing

## 语法

```html
word-spacing: normal; /* Keyword value */ word-spacing: 3px; /*
<length> values */ word-spacing: 0.3em; word-spacing: inherit;</length>
```css
word-spacing: normal; /* Keyword value */
word-spacing: 3px; /* <length> values */
word-spacing: 0.3em;

word-spacing: inherit;
```

### Values
Expand Down

0 comments on commit 46392c5

Please sign in to comment.