gpt4 book ai didi

asp.net - 如何在页脚后的页面底部放置黑色

转载 作者:太空宇宙 更新时间:2023-11-04 04:18:12 25 4
gpt4 key购买 nike

我想在 aspx 页面底部(下方)页脚后放置半英寸的黑色。

我试过了

CSS

#footerCol
{
color: #999;
padding: 10px 0;
text-align: center;
line-height: normal;
margin: 0;
font-size: .9em;
}

html:

<div id="footerCol"> </div>

最佳答案

你需要使用border-top

#footerCol{
color: #999;
padding: 10px 0;
text-align: center;
line-height: normal;
border-top: 5px solid #000;
margin: 0;
font-size: .9em;
}

参见 http://jsfiddle.net/V6UEL/

关于asp.net - 如何在页脚后的页面底部放置黑色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19600520/

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