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.
#centerbox{
text-align:center;
width:800px;
border: 1px solid red;
margin-left:auto;
margin-right:auto;
}
<body>
<div id="centerbox">
[blue]Site code goes in here[/blue]
</div>
...