Gebe euch mal die Codes:^^
Index.HTML:
Spoiler anzeigen
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8" />
<title>HabboSteigerung - Comming Soon!</title>
<link href='habbonet.css' rel='stylesheet' type='text/css'>
<style type="text/css">
body, div
{
padding:0;
margin:0;
background:#eee;
font-family: 'Aldrich', sans-serif;
}
#logo_holder
{
background:url(images/headerbg.png);
height:269px;
width:100%;
position:absolute;
top:20%;
border-top:1px solid white;
}
#logo
{
background:url(images/logo.png);
background-repeat: no-repeat;
width:560px;
height:142px;
margin:auto;
margin-top:50px;
padding-left:400px;
line-height: 142px;
}
h4
{
margin:0;
padding:0;
font-size:80px;
color:#333;
}
</style>
<script type="text/javascript">
var _gaq = _gaq [];
_gaq.push(['_setAccount', 'UA-5438319-5']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="logo_holder">
<div id="logo">
<h4>coming soon</h4>
</div>
</div>
<br><div style="margin-left:50px;"><img src="images/dashempel.png"></div>
<div style="margin-left:10px;">Wahrscheinliche Eröffnung: 01.03.2013! </div>
</body>
</html>
.css:
Spoiler anzeigen
@font-face {
font-family: 'Aldrich';
font-style: normal;
font-weight: normal;
src: local('Aldrich'), url('http://themes.googleusercontent.com/static/fonts/a…xvcxN-VXfA.woff') format('woff');
}
Könnt ihr mir vll jetzt Helfen?