HTML:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Override</title>
<link rel="stylesheet" href="./styles/styles.css">
</head>
<body>
<header>
</header>
<article>
Under Construction
</article>
<footer>
© 2011, Joey Lai, All rights reserved
</footer>
</body>
</html>
CSS:
html{
padding: 0;
margin: 0;
background-color: #000000;
font-family: Verdana;
font-size: 10px;
font-weight: bold;
color: #666666;
height: 100%;
text-align: center;
}
body{
background-color: #000000;
height: 98%;
width: 99%;
}
header {
background-color: #000000;
height:20%;
}
article {
margin-left: 20%;
margin-right: 20%;
height:60%;
-moz-box-shadow: 0px 0px 15px #222222;
-webkit-box-shadow: 0px 0px 15px #222222;
box-shadow: 0px 0px 15px #222222;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
vertical-align: text-bottom;
}
footer{
background-color: #000000;
height:20%;
position: relative;
vertical-align: text-bottom;
}


Sign In
Create Account


Back to top









