Skip to content

Commit 19a5582

Browse files
committed
edit align-content demo
1 parent 8b8c9cc commit 19a5582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

properties/flex/align-content.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ <h2 class="tit">示例:</h2>
157157
display:-webkit-flex;
158158
display:flex;
159159
-webkit-flex-wrap:wrap;
160-
flex-direction:wrap;
160+
flex-wrap:wrap;
161161
width:200px;height:200px;margin:0;padding:0;border-radius:5px;list-style:none;background-color:#eee;}
162162
.box li{margin:5px;padding:10px;border-radius:5px;background:#aaa;text-align:center;}
163163
#box{

0 commit comments

Comments
 (0)