5/30クラスノート

<!DOCTYPE HTML>
<html>

<head>
<meta charset="utf-8">
<title>無題ドキュメント</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">
<!--

*{
	margin:0; 
	padding:0;
	}


body{
	background-color: #CCC;
}
#container{
	background-color: #FFF;
	width: 800px;
	height: 600px;
	margin: 10px auto;
}
#header{
	background-color:#F30;
	width:800px;
	height:120px;
}
#navigation{
	width: 800px;
	height: 60px;
}
#navigation ul{
	list-style: none;
	}
#one {
	background-color:#3FF;
	width: 160px;
	height: 60px;
	float: left; 
}
#navigation #two {
	background-color:#F99;
	width: 160px;
	height: 60px;
	float: left;
}
#navigation #three{
	background-color:#C39;
	width: 160px;
	height: 60px;
	float: left;
}
#navigation #four{
	background-color:#36F;
	width: 160px;
	height: 60px;
	float: left;
}
#navigation #five{
	background-color:#63F;
	width: 160px;
	height: 60px;
	float: left;
}

#content{
	background-color:#F66;
	width: 600px;
	height: 360px;
	float: right;
}
#sidebar{
	background-color:#CF0;
	width: 200px;
	height: 360px;
}
#footer{
	background-color:#6C0;
	width: 800px; 
	height: 60px; 
}

h1{
	color:#FFF;
	}

-->
</style>
</head>

<body>
<div id="container">
<div id="header"><h1>フェリカテクニカルアカデミー</h1>
</div>
<div id="navigation">
<ul>
<li id="one"><a href="#">A</a></li>
<li id="two"><a href="#">B</a></li>
<li id="three"><a href="#">C</a></li>
<li id="four"><a href="#">D</a></li>
<li id="five"><a href="#">E</a></li>
</ul>
</div>
<div id="content">content
</div>
<div id="sidebar">sidebar
</div>
<div id="footer">footer
</div>

</div>
</body>
</html>
<!DOCTYPE HTML>
<html>

<head>
<meta charset="utf-8">
<title>無題ドキュメント</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">
<!--

*{
	margin:0; 
	padding:0;
	}


body{
	background-color: #CCC;
}
#container{
	background-color: #FFF;
	width: 800px;
	height: 600px;
	margin: 10px auto;
}
#header{
	background-color:#F30;
	width:800px;
	height:120px;
}
#navigation{
	width: 800px;
	height: 60px;
}
#navigation ul{
	list-style: none;
	}
#one {
	background-color:#3FF;
	width: 160px;
	height: 60px;
	float: left; 
}
#navigation #two {
	background-color:#F99;
	width: 160px;
	height: 60px;
	float: left;
}
#navigation #three{
	background-color:#C39;
	width: 160px;
	height: 60px;
	float: left;
}
#navigation #four{
	background-color:#36F;
	width: 160px;
	height: 60px;
	float: left;
}
#navigation #five{
	background-color:#63F;
	width: 160px;
	height: 60px;
	float: left;
}

#content{
	background-color:#F66;
	width: 600px;
	height: 360px;
	float: right;
}
#sidebar{
	background-color:#CF0;
	width: 200px;
	height: 360px;
}
#footer{
	background-color:#6C0;
	width: 800px; 
	height: 60px; 
}

h1{
	color:#FFF;
	}

-->
</style>
</head>

<body>
<div id="container">
<div id="header"><h1>フェリカテクニカルアカデミー</h1>
</div>
<div id="navigation">
<ul>
<li id="one"><a href="#">A</a></li>
<li id="two"><a href="#">B</a></li>
<li id="three"><a href="#">C</a></li>
<li id="four"><a href="#">D</a></li>
<li id="five"><a href="#">E</a></li>
</ul>
</div>
<div id="content">content
</div>
<div id="sidebar">sidebar
</div>
<div id="footer">footer
</div>

</div>
</body>
</html>