Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
Wenn ich mit Margin arbeite kann ich ja den Abstand zum Rand einstellen, aber je nach Auflösung ist der doch auch unterschiedlich oder nicht?
@ Maxi: nenne mir doch mal einen sinnvollen Titel, und ja, danke für deine Hilfe!
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>test</title>
<link href="css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
<div id="header">
<h1>Willkommen bei bestyle-events.com,</h1>
<p>Ihrer stilvollen, kreativen und zuverlässigen Alternative für den schönsten Tag ihres Lebens.</p>
<p>Wir freuen uns Sie individuell beraten zu dürfen und Ihnen hilfsbereit und engagiert zur Seite zu stehen.</p>
<p>Viel Spaß auf unserer Seite,</p>
<p>Ihr <strong>bestyle-Team</strong></p>
</div>
<ul id="navi">
<li><a href="#">video</a></li>
<li><a href="#">foto</a></li>
<li><a href="#">musik</a></li>
<li><a href="#">kontakt</a></li>
</ul>
</div>
</body>
</html>
body{
background-color:#3d96fc;
}
#wrapper {
margin:0 auto;
margin-top:100px;
height: 605px;
width: 1024px;
background:url(home.gif) left top no-repeat;
}
#header {
padding-top:150px;
margin-left:430px;
height: 200px;
width: 300px;
float:left;
}
h1{
font-size:0.9em;
font-weight: 700;
color:#666;
}
p{
font-size:0.8em;
color:#666;
}
ul{
margin-left:400px;
float:left;
}
li{
float:left;
list-style:none;
padding-left:15px;
font-size:1.2em;
color:#3d96fc;
}
Problem hat sich erledigt. Fürs erste =)