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.
<style type="text/css"
media="print"
>
.printOnly {display:block;}
.noPrint {display:none;}
</style>
<style type="text/css"
media="screen"
>
.printOnly {display:none;}
.noPrint {display:block;}
</style>
<div class="printOnly">This will only appear in Print!</div>
<div class="noPrint">This appears on-screen. But not in print.</div>