gpt4 book ai didi

php - div标签背景的CSS

转载 作者:行者123 更新时间:2023-11-28 08:18:01 25 4
gpt4 key购买 nike

我想给 div 添加背景颜色,我将其命名为标题并用红色绘制。我用蓝色绘制的区域是 sidemenu.content 区域,颜色为绿色。我的问题是我无法填充 div 标签背景颜色我想在标题 div 标签中填充背景颜色。 sample layout

.heading{
float:left;
margin-top:0px;
margin-left:170px;
height:25px;
border: 1px solid #f9f2f2;
}
.rest {
height: 685px;
background: -o-linear-gradient(bottom, #e5e3e3 5%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e5e3e3), color-stop(1, #ffffff));
background: -moz-linear-gradient(center top, #e5e3e3 5%, #ffffff 100%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#e5e3e3", endColorstr="#ffffff");
background: -o-linear-gradient(top, #e5e3e3, ffffff);
background-color: #e5e3e3;
border: 1px solid #f9f2f2;
border-width: 0px 0px 0px 0px;
border-radius: 0px 0px 10px 10px;
text-align: left;
padding: 0px 7px;
}
.sidemenu {
float: left;
margin-top: 150px;

height: 250px;
width: 150px;
border: 1px solid #f9f2f2;
border-radius: 10px;
}
.content {
border-left: thick solid #f9f2f2;
}
hr {
margin: 0;
margin-left:170px;
width: 1px;
height: 685px;
border:0;
background: #fff;
}
                <div class="rest">
<div class="side">
<div class="sidemenu">
<div class="1 menu">
<a href="admin_dashboard.php" class="astext">Profile</a>
</div> <!--End of menu1 -->
<div class="2 menu">
<a href="clients.php" class="astext">Clients</a>
</div> <!--End of menu 2-->
<div class="3 menu">
<a href="employees.php" class="astext">Employees</a>
</div> <!--End of menu 3-->
<div class="menu 4">
<a href="admin_file_view.php" class="astext">Documents</a>
</div> <!--End of menu 4-->
</div> <!--End of side menu -->
</div> <!--End of side div -->
<hr>
<div class="heading">

</div> <!-- End of heading div -->
<div class="content">

</div> <!--End of content -->
</div> <!--End of rest div -->

最佳答案

我不确定你想做什么。这是我所做的。 https://gist.github.com/anonymous/1a40454674d832588bd8
(点击笔)。希望对你有帮助

关于php - div标签背景的CSS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28893503/

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