Code:
<html>
<head>
<title>home</title>
<meta name="author" content="Administrator">
<style type = "text/css">
body
{
background-color:black;
border-left-width: 40px;
border-left-style: solid;
border-left-color: B2B2B2;
border-bottom-width: 40px;
border-bottom-style: solid;
border-bottom-color: B2B2B2;
border-top-style: solid;
border-top-width: 80px;
border-top-color: B2B2B2;
border-right-style: solid;
border-right-width: 40px;
border-right-color: B2B2B2;
margin:0;
padding:0;
}
#logo {
/*background-image:url(file:///C:/XAMPP/xampp/HTML/prisma5a3.jpg); */
background-repeat: no-repeat;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<p id ="logo" >
</p>
<div style="position:absolute; top:20px; left:20px; width:200px; border:none; padding:0">
<img src="file:///C:/XAMPP/xampp/HTML/prisma5a3.jpg">
</div>
<div style="position: absolute; color:cccccc; left: 40px; top:190px; font-family: arial;">
blablablablablablablablabla sfejtoejmmcxjfoew sads sdsdl sadsad
<br>
asasasas
<br>
asaswec sdsds sdsds sdsd
</div>
<div style="position:absolute; top:40px; left:230px; color:black; font-family: arial;">
<a href="file:///C:/XAMPP/xampp/HTML/seite1.html"> Kontakt </a>
<a href="file:///C:/XAMPP/xampp/HTML/home.html" style=" margin-left:20px; font-weight: bold;color:black;" > Links </a>
</div>
</body>
</html>
was kann mn hier anders, besser usw. machen?