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.
<div id="header">
<img src="fussball.png" style="float:left"></img>
<img src="fussball.png" style="float: right"></img>
<h1 style="text-align: center;>Bundesliga Saison 2012/2013</h1>
</div>
<div style="clear:both;"> </div>
<div id="header" style="clear:both;">
<img src="fussball.png" style="float:left"></img>
<img src="fussball.png" style="float: right"></img>
<h1 style="text-align: center;>Bundesliga Saison 2012/2013</h1>
</div>
#header{
height: 100px;
background: #ffffff;
}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Bundesliga Saison 2012/2013</title>
<link rel="stylesheet" type="text/css" href="mmm.css">
</head>
<body>
<div id="wrapper">
<div id="header" style="clear:both;">
<img src="fussball.png" style="float:left"></img>
<img src="fussball.png" style="float:right"></img>
<h1 style="text-align: center;>Bundesliga Saison 2012/2013</h1>
</div>
<div id="navi"></div>
<div id="content"></div>
<div id="box"></div>
</div>
</body>
</html>
html, body{
width: 100%;
height: 100%;
font-family: Arial;
background: #555555;
}
/*************************Header*************************/
#header{
height: 100px;
background: #ffffff;
}