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.
<body>
<div id="container">
<div id="header">
header
</div>
<div id="mitte">
<div id="hauptmenue">
hauptmenue
</div>
<div id="hauptcontent">
hauptcontent
</div>
</div>
</div>
</body>
body {
background-color: #999;
}
#container {
background-image: url(../images/hinter.jpg);
width: 980px;
height: 1400px;
margin: 0 auto;
margin-top: 10px;
border-radius: 35px;
}
#header {
width: 940px;
background-color: #e4d8b7;
height: 200px;
margin: 0 auto;
border-radius: 35px;
}
#mitte {
}
#hauptmenue {
background-color: #e4d8b7;
height: 800px;
width: 200px;
float: left;
margin: 20px;
border-radius: 35px;
}
#hauptcontent {
float: right;
width: 720px;
background-color: #e4d8b7;
height: 800px;
margin: 20px 20px 20px 0px;
border-radius: 35px;
}