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
{background-color:white;
font-family:Trebuchet MS;
}
#grund{
margin:auto;
border: 1px solid;
width:663px;
min-height:552px;
}
#header{
background-image:url(header.jpg);
background-repeat:no-repeat;
width:780px;
height:141px;
}
#left{
float:left;
width:154px;
min-height:457px;
}
#bg{
background-image:url(bg.jpg);
background-repeat:repeat-y;
width:154px;
min-height:400px;
}
#bg2{
background-image:url(bg2.jpg);
background-repeat:no-repeat;
width:154px;
height:20px;
}
#right{
float:right;
width:509px;
min-height:410px;
}
#co{
background-image:url(co.jpg);
background-repeat:repeat-y;
width:508px;
min-height:399px;
}
#co2{
background-image:url(co2.jpg);
background-repeat:no-repeat;
width:508px;
height:20px;
}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" type="text/css" href="design.css" />
<meta http-equiv="content-type" content="text/html; charset=windows-1250">
<meta name="generator" content="PSPad editor, www.pspad.com">
<title></title>
</head>
<body>
<div id="grund">
<div id="header"></div>
<div id="left">
<div id="bg"></div>
<div id="bg2"></div>
</div>
<div id="right">
<div id="co"></div>
<div id="co2"></div>
</div>
</div>
</body>
</html>