Skip to content

Commit a001649

Browse files
committed
CSS resize Property
1 parent 0d13b1b commit a001649

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

More-CSS-V2/resize.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@
1212
justify-content: space-between;
1313
}
1414
div {
15-
width: 320px;
16-
overflow: hidden; /*important for resize */
15+
/* min-width: 200px; */
16+
width: 300px;
17+
max-width: 400px;
18+
overflow: hidden; /*important for resize property */
1719
text-align: center;
1820
resize: both;
1921
}

0 commit comments

Comments
 (0)