热门关键字:
jquery > jquery教程 > jquery教程 > div的使用

div的使用

256
作者:管理员
发布时间:2020/7/16 16:58:51
评论数:0
转载请自觉注明原文:http://www.jq-school.com/Show.aspx?id=2139
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
</head>
<style>
 .all{
 width:500px;
 height:500px;
 margin:0 auto;
 background-color:#000;
 }
 .one{
 height:100px;
 background-color:#89E1BF;
 }
 .two{
 height:100px;
 background-color:#DEE099;
 }
 .three{
 height:100px;
 background-color:#D7A1CE;
 }
 
</style>
<body>
 <!--父div,all是黑色-->
 <div class="all">
 <!--子div,one是绿色-->
 <div class="one">
 </div>
 <!--子divtwo,是黄色-->
 <div class="two">
 </div>
 <!--子div,three是紫色-->
 <div class="three">
 </div>
 </div>
</body>
</html>




如果您觉得本文的内容对您的学习有所帮助:支付鼓励



关键字:ps
友荐云推荐