magin:同时设置四个方位的外边距像素
<div>盒子在页面中的方位

margin: 200px;
设置某个方位的外边距像素:
margin-top: 500px;
外边距像素为负值的情况:

往相反方向移动
<div>盒子在页面中的方位

margin: 200px;
margin-top: 500px;

往相反方向移动
1369

被折叠的 条评论
为什么被折叠?