<doctpye html>
<html>
<meta charset="utf-8">
<head>
<title>ficshC.com</title>
<style type='text/css'>
h1{
width: auto;
float: left;
}
.yuan {
float: left;
margin-top: 35px;
margin-left: 10px;
color: red;
}
.content{
clear: both;
}
div{
border: 2px dotted black;
margin: auto;
}
/* 左边板块 */
.L {
height: 20%;
width: 49%;
float: left;
}
/* 右边板块 */
.R{
height: 20%;
width: 49%;
float: right;
/*border: 2px dotted black;*/
}
/* 下边板块 */
.B{
clear: both;
margin-left: 20%;
margin-right: 20%;
height: 20%;
border: None;
}
.zongzhi-name{
margin-left: 45%;
}
/* 底部 */
.footer {
margin-left: 20%;
margin-right: 20%;
}
.footer p {
margin-left: 35%;
}
</style>
</head>
<body>
<!-- 左边板块 -->
<div class='L'><h1>零基础入门学习Python</h1><p class="yuan">¥0.00</p>
<p class="content">在这里,你可以学到面向对象的Python编程,甚至还有Tkinter和pygame!!!</p>
<br />
</div>
<!-- 右边板块 -->
<div class="R">
<h1>极客首选之Python</h1><p class="yuan">¥0.00</p>
<p class="content">大坑待填Oo。。。。</p>
</div>
<!-- 下边板块 -->
<div class="B">
<h1 class="zongzhi-name">宗旨</h1>
<p class="content">
鱼C工作室致力于完全免费编程视频教学,主要涉及的内容有C语言视频教学,汇编视频教学,
Win32视频教学,Delphi视频教学,Linux教学,服务器及安全架构教学。
</p>
</div>
<div class="footer">
<p>更多信息请访问<a href='http://blog.fishc.com '>fishc Bolog</a></p>
</div>
</body>
</html>
|