我使用weebly作为一个网站编辑器,但我正在编辑代码以获得它我喜欢它...我试图得到我的部分的底部边框和顶部的工作,但当我使用底部边框时转到页面底部......
我尝试过使用边距和填充都不起作用,只是将边框移动到某个不够高的点。
随着weebly,html看起来不正常,因为它不包含所有的信息和文本和标签,因为它来自模板(我假设)所以我认为我不能粘贴html,因为它没有任何帮助...
我是新手编码和CSS的新手,所以如果我的信息不足,我很抱歉!
这是包含我的顶部边框的CSS代码..
.content-wrap {
padding: 5px, 5px;
box-sizing: border-box;
border-top: 7px solid rgb(129,130,133);
border-bottom: 7px solid rgb(129,130,133);
}
希望有人可以帮助提供这些信息..提前致谢
HTML,如果您需要更多信息,请告诉我......
<div class="content-wrap">
<div id="weebly-area-24" class="weebly-area wsite-elements wsite-not-footer wsite-platform-area">
<ul id="weebly-area-24" class="weebly-content-area ">
</ul>
</div><div id="secondlist" class="weebly-area wsite-elements wsite-not-footer">
<div class="wsite-section-wrap" style="position: relative;">
<div class="wsite-section wsite-body-section wsite-section-bg-image wsite-background-section-49 wsite-custom-background ui-resizable" style="height: 411px; background-position: 50% 42.87%; background-size: cover !important; background-repeat: no-repeat; background-color: transparent; background-image: url("/uploads/3/4/5/0/34502789/background-images/452911764.jpg");" data-section="49">
答案 0 :(得分:0)
你应该使用margin-bottom:5px。这将移动底部边框,您可以根据底部边框移动的距离进行调整。
原因保证金:5px,5px或填充:5px,5px不起作用是由于值之间的逗号