HTML
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Logo</title>
<style>
* {
margin:0;
padding:0;
text-decoration:none;
box-sizing:border-box;
}
header {
padding:50px 0 55px 0;
background: linear-gradient(0deg, #000 33%,#333 100%);
}
header a {
display:block;
width:500px;
height:90px
}
header img {
width:100%;
display:block;
}
</style>
</head>
<body>
<header>
<a href="http://bo0m-gaming.com/ts3/createServer.php"><img src="http://bo0m-gaming.com/ts3/images/logo.png" alt="Logo"></a>
</header>
</body>
</html>
Alles anzeigen