我需要在下面的黑色区域顶部有白色“内容区域”......
我玩弄了 z-indexes 和边距,但似乎无法让它发挥作用。基本上黑色将在白色之下,您将能够在黑色背景之上看到白色内容边缘。谢谢你。
body{background-color:#999;}.div-main{height:200px;width:400px;z-index:1000;background:#fff;padding:30px 0 30px 0;max-width:1000px;margin:0 auto;}
.footer_filler{background-color:#000; width:100%; height:300px;z-index:-1;}