Skip to content

Commit 1534181

Browse files
committed
Merge pull request dolymood#1 from thjiang/fix-style
Update README.md
2 parents 46cc01b + 46e9a39 commit 1534181

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,8 +1006,8 @@ Width = width + padding-left + padding-right + border-left + border-right
10061006
```css
10071007
Height = height + padding-top + padding-bottom + border-top + border-bottom
10081008

1009-
padding-box
10101009
```
1010+
#### `padding-box`
10111011

10121012
布局所占宽度Width:
10131013

@@ -1021,9 +1021,11 @@ Width = width(包含padding-left + padding-right) + border-top + border-bottom
10211021
```css
10221022
Height = height(包含padding-top + padding-bottom) + border-top + border-bottom
10231023

1024-
border-box
1024+
10251025
```
10261026

1027+
#### `border-box`
1028+
10271029
布局所占宽度Width:
10281030

10291031
```css

0 commit comments

Comments
 (0)