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.
#leftCol {
margin: 0px;
padding: 0px;
height: 500px;
width: 100px;
float: left;
text-align: left;
}
#menuitems {
text-align: left;
list-style-type: none;
padding: 0px;
margin: 0px;
line-height: 24px;
}
#menuitems a:link, #menuitems a:visited {
width: 100%;
text-decoration: none;
background-color: blue;
color: black;
display: block;
}
#menuitems a:focus {
background-color: red;
}
#menuitems a:hover {
background-color: green;
}
#menuitems a:active {
background-color: orange;
}