HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Western Community Alliance Church</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id= "wrap">
<div id= "header">
<center>
<img src="wcaclogo.jpg" width="500" height="100" alt="wcaclogo" />
</center>
<br />
<center>
<ul id="nav">
<b>
<li><a href= "#">Home</a></li>
<li><a href= "#">About</a></li>
<li><a href= "#">Bible Study</a></li>
<li><a href= "#">Youth Aflame</a></li>
<li><a href= "#">Women</a></li>
<li><a href= "#">Contact</a></li>
</b>
</ul>
</center>
</div>
<div id= "main">
<center><h1>Welcome to Our Website</h1></center>
<p />
<p>The Western Community Alliance Church is a local church in the Western Suburbs of Melbourne, Australia and is part of the Christian & Missionary Alliance of Australia. </p>
<center>
<h2>WCAC NEWS </h2>
<p><iframe width="350" height="270" src="http://www.youtube.com/watch?v=5Y_ibWnncLA" frameborder="0" allowfullscreen></iframe></p>
</ center>
<br />
<br />
</div>
<div id="footer">
<p><span>© 2011 WCAC Media<a href="#"></a></span><br />
</p>
</div>
</div>
</body>
</html>
CSS
@charset "utf-8";
/* CSS Document */
body {background:#f4f4f4 url(img/bg.gif) top center repeat-y; color:#404040; font:76% Verdana,Tahoma,Arial,sans-serif; margin:0 auto; padding:0;}
#wrap {background:#fff; color:#404040; margin:0 auto; width: 800px;}
#header {
height: 120px;
padding: 15px;
border-bottom: groove 5px;
}
#main {
margin-right: 150px;
margin-left: 150px;
}
ul { padding: 0px; }
li {
list-style: none;
margin: 10px 0;
}
ul#nav {
list-style-type:: none;
margin: 0px;
padding: 0px;
}
ul#nav li {
display: inline;
}
ul#nav li a {
padding: 5px 20px;
margin: 0px 2px;
border-right: 1px solid #00F;
border-left: 1px solid #00F;
text-decoration: underline;
text-align: center;
color: #00F
}
#footer {background:#fff; border-top:2px solid #e0e0e0; clear:both; color:gray; margin:0 auto; padding:10px 0; text-align:center; width:760px; line-height:1.5em; font-size:0.9em;}
#footer p {margin:0; padding:0;}
#footer a {background-color:#fff; color:gray; font-weight:400; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
#footer span {font-size:1.2em;}

New Topic/Question
Reply



MultiQuote







|