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.
div {
padding:300px;
width:300px;
margin-bottom:10px;
}
#divId{
background:#EEEEEE;
top: 20px;
left: 80px;
}
#divId{
position: absolute;
background:#ccccff;
width:500px;
height:100px;
top: 20px;
left: 80px;
z-index:99;
display:block;
}