- CSS position属性解释
- 词条创建者:xiazaiwo创建时间:2017-8-29 19:54:39
- 标签: CSS position属性
-
摘要:css">
html,body,div{
margin:0;
padding:0;
list-style:none;
}
.center{
margin:30px;
border:#999999 solid 10px;
width:400px;
height:300px;
}
.div1{
width:200px;
height:200px;[阅读全文]
- 编辑:1次| 浏览:618次
|