CSS3中min-width与max-width用法

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
div{
background: #ff6666;
min-width: 200px;
           /* max-width: 200px;*/
            height: 100px;
}
</style>
</head>
<body>
<div>
这个是经典的故事
这个是经典的故事
这个是经典的故事
这个是经典的故事这个是经典的故事这个是经典的故事
这个是经典的故事
这个是经典的故事
这个是经典的故事
这个是经典的故事
这个是经典的故事
这个是经典的故事
这个是经典的故事
这个是经典的故事
这个是经典的故事
这个是经典的故事
www.dc3688.com
</div>
</body>
</html>
posted @ 2022-02-05 15:03  学无边涯  阅读(78)  评论(0编辑  收藏  举报