Bekijk de onderstaande video om te zien hoe je onze site als een web app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
<html>
<head></head>
<body>
<div id="container">
<div id="header">
<div id="logo"></div>
<div id="slogan"></div>
</div>
<div id="content">
<div id="menu"></div>
<div id="main"></div>
</div>
<div id="footer">
</div>
</div>
</body>
</html>
#container {width:100%;
height:100%;}
#header { width:100%;
height:30%;}
#logo { width:20%;
height:100%;}
#slogan { width:80%;
height:100%;}
#content { width:100%;
height:60%;}
#menu { width:30%;
height:100%;}
#main { width:70%;
height:100%;}
#footer { width:100%;
height:10%;}
#logo {
width:300px;
heigth:200px;
}
#logo {
width:300px;
heigth:200px;
}
#header {
width:400px;
heigth:200px;
margin-top:-200px;
margin-left:300px;
}
#menu {
width:300px;
heigth:600px;
}
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.