
Untitled
By: a guest on
Aug 20th, 2012 | syntax:
None | size: 1.12 KB | hits: 11 | expires: Never
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Parkside Creamery</title>
<link rel="stylesheet" href="enter_css_here" />
<link rel="shortcut icon" href="favicon.ico" />
<style type="text/css">
body {
height: 100%;
width: 100%;
background-image:url('Ibex_Wallpaper_by_willwill100.png');
}
.middle {
width: 770px;
height: 320px;
position: absolute;
left: 50%;
margin-left: -385px;
top: 50%;
margin-top: -160px;
background-image: url("swag.png");
}
a.fill {
display: block;
height: 100%;
width: 100%;
text-decoration: none;
}
</style>
</head>
<body>
<div style="width: 259px; height: 75px; background: url(facebook.png) no-repeat center scroll; position: fixed; bottom: 0; right: 0;">
<a href="link" class="fill"></a>
</div>
<div class="middle"></div>
</body>
</html>