gpt4 book ai didi

html - 如何为页面主体(html)留边距?

转载 作者:技术小花猫 更新时间:2023-10-29 12:06:11 28 4
gpt4 key购买 nike

我用了下面的

<body topmargin="0" leftmargin="0" rightmargin="0">

仅适用于 IE6。我希望它能与 Firefox 和 Opera 一起使用。

我尝试了以下操作:

<style type="text/css">
.header {
width: 100%;
background-color: #3B5998;
height: 35px;
margin-top:0;
}
.style1 {
margin-right: 38px;
}
.style2 {
width: 100%;
background-color: #3B5998;
height: 35px;
}


</style>

<div dir="rtl" class="style2" style="width: 100%">
<p align="center"style="width: 92px; height: 32px; font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #EFF1F6;" class="style1"></p>
</div>

</body>

最佳答案

首先你可以使用:

<body style="margin:0;padding:0">

一旦你学习了一些关于 css 的知识,你就可以把它改成:

body {margin:0;padding:0}

在你的样式表中。

关于html - 如何为页面主体(html)留边距?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5670927/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com