finalProject_index
by otorineko6790
HTML
<title>作業繳交系統</title>
<header>
<h1 id="text1">作業繳交系統</h1>
</header>
<aside>
<nav>
<p>系統登入</p>
<form method="post" action="connect.php">
學號: <input type="text" name="id" vaiue="" size="10" maxlength="10"><br>
密碼: <input type="password" name="pw" vaiue="" size="10" maxlength="10"><br>
<input type="submit" value="登入">
<br><br>
</form>
<fieldset>
<legend>備註:</legend>
第一次登入帳號密碼相同,沒有修課的學生無法登入
</fieldset>
<a href="https://www.w3schools.com">This is w3schools' link</a>
</nav>
</aside>
<article>
<section class="" consection>
<fieldset>
<legend>作業1</legend>
</fieldset>
</section>
</article>
<footer>
<a href="mailto:[email protected]">
網站BUG回報</a>
</footer>
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
}