css width:700px;设置宽度

<!DOCTYPE html>
<html>
<head>
<style> 
div
{
width:700px;
height:100px;
background-color:#ff9900;
-moz-box-shadow: 10px 10px 5px #888888; /* 老的 Firefox */
box-shadow: 10px 10px 5px #888888;
}
</style>
</head>
<body>

<div></div>

</body>
</html>

在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/weixin_33595571/article/details/87720418
今日推荐