finalProject_mainPage
by otorineko6790
HTML
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<html>
<title>作業繳交系統</title>
<header>
<h1 id="text1">作業繳交系統</h1>
</header>
<aside>
<nav>
<ul>
<li><a href="">最新作業</li>
<li><a href="">交作業</li>
<li><a href="">問題討論</li>
<li><a href="">參考資料</li>
<li><a href="">密碼修改</li>
<li><a href="">登出</li>
</ul>
</nav>
</aside>
<article>
<section class=""consection>
<fieldset>
<legend>作業1</legend>
</fieldset>
</section>
</article>
<footer>
<a href="mailto:[email protected]">
網站BUG回報</a>
</footer>
<body>
</body>
CSS
body{
margin:0px;
padding:0;
}
#main{
margin:0px auto
}
header{
border: 1px #888888 solid;
height: 80px;
background: #888888
}
aside{
width: 130px;
float: left;
height: 500px;
background-color: rgba(155,206,186,0.45)
}
nva{
border:0px #000000 solid;
margin: 0px auto;
padding: 0px;
margin-top:170
}
article{
border-right:1px #330000 solid;
margin-left:130px;
height:500px;
background:#ffffff
}
footer{
border:1px #aaaaaaaa solid;
background: #bbbbbb;
color:#ffffff;
height:50px;
text-align:center;
line-height:50px
}