Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<html>
<head>
<style type="text/css">
#theDiv {
border:1px solid black;
height:50px;
width:50px;
overflow:hidden;
}
@media print {
#theDiv {overflow:visible;}
}
</style>
</head>
<body>
<div id="theDiv">
foo
bar
foo
bar
foo
bar
foo
bar
foo
bar
foo
bar
foo
bar
foo
bar
foo
bar
foo
bar
foo
bar
foo
bar
foo
bar
foo
bar
foo
bar
foo
bar
foo
bar
foo
bar
foo
bar
foo
bar
foo
bar
foo
bar
foo
bar
</div>
</body>
</html>