本帖最后由 易改乌江水 于 2018-1-22 16:11 编辑
交作业!!首先是html<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>易改乌江水学习HTML5</title>
<link href="yucxue.css" rel="stylesheet">
<base href="http://bba.fishc.com" />
<base target="_blank" />
</head>
<body>
<header>
<h1>易改乌江水</h1>
<nav>
<ul>
<li>职业</li>
<li>诗词</li>
<li>照片</li>
</ul>
<nav>
</header>
<section>
<h2>华南师范大学附属外国语学校</h2>
<article>
<header>
<h3>第一届初三学生入团仪式</h3>
</header>
<p>XXXXXXXX</p>
<footer>
<p>文章发表日期:<time datetime="2018-1-16 19:27:52">2018年1月16日 19:27:52</time></p>
</footer>
</article>
<article>
<header>
<h3>往来鸿儒·博雅华外FORMAL HALL</h3>
</header>
<p>XXXXXXxxxxxx</p>
<footer>
<p>文章发表日期:<time datetime="2018-1-20 12:05:23">2018年1月20日 12:05:23</time></p>
</footer>
</article>
</section>
<section>
<h2>辟蹊诗社</h2>
<article>
<header>
<h3>2018 #2017诗词手迹</h3>
</header>
<p>XXXxxxxxx</p>
<footer>
<p>文章发表日期:<time datetime="2018-1-3 8:26:46">2018年1月3日 8:26:46</time></p>
</footer>
</article>
</section>
<aside>
<h2>辟蹊诗社热贴推荐</h2>
<p>热贴名字</p>
</aside>
<aside>
<h2>华南师范大学附属外国语学校经典热贴</h2>
<p>热贴名字</p>
</aside>
<footer>
<p>易改乌江水版权所有 2018</p>
<p>技术支持:<a href="http://bbs.fishc.com">鱼C工作室</a></p>
</footer>
</body>
</html>
然后是css@charset "UTF-8";
html{
height: 100%;
color: #5599FF;
font-family: sans-serif;
}
body{
background: url(background.jpg);
background-size: cover;
background: url(background.jpg) center center;
margin: 0;
padding:0;
position: relative;
}
#ha
{
width: 100%;
text-align: center;
}
h1
{
font-size: 66px;
margin-bottom: 22px;
text-align: center;
}
a
{
font-size: 20px;
background: #FFDD55;
padding:9px 22px;
text-decoration: none;
color: #FFF;
border:3px solid #FFDD55;
border-radius: 3px;
margin: 5px 33px 5px 33px;
}
aside
{
text-align:right;
}
header
{
font-family: KaiTi;
}
ul
{
font-size: 25px;
}
最后是几张照片 |