<html>
<head><title>Welcome To Oz Info </title>
<link rel="stylesheet" type="text/css" href="Oz.css" />
</head>
<body>
<center>
<div id="container">
</div>
<div id="Header">
Welcome to Town Of Oz
</div>
<div id="a">
<img src="Witch.jpg" alt="Welcome To Oz !" width="100" height="100" >
</div a>
<div id="footer">
<a href="mailto:the@Wizard.Oz">[E-mail]</a>
<a href="About ">[About]</a>
</div>
</Body>
CSS
<STYLE TYPE = “text/css”>
#container {
width:100%;
}
#Header {
top:0;
width:100%;
height:150px;
background-color:#9B9BFF;
LI font-size: 200% ;
color: Blue;
}
#a {
width: 100%;
height:1050px;
background-color:#9B9BFF;
}
#footer {
bottom:0;
width:100%;
height:55px;
background-image: -moz-linear-gradient(top, #9090ED 0%, #000000 100%);
}
a[href^="mailto:"]
{
position:absolute;
bottom : 32px;
left: 1125px;
color: white;
}
a[href^="About"]
{
position:absolute;
bottom : 32px;
left: 1225px;
color: white;
}

New Topic/Question
Reply



MultiQuote




|