0
点赞
收藏
分享

微信扫一扫

css设置页面边距

嚯霍嚯 2022-05-19 阅读 65


<style type="text/css">
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
</style>


举报

相关推荐

0 条评论