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.
ul, li {
padding: 0px;
margin: 0px;
left: 0px;
}
<style type="text/css">
ul {
padding-left: 0px;
margin-left: 0px;
}
li {
list-style-position: inside;
}
</style>
<ul>
<li>Option 1</li>
<li>Option 2</li>
<li>Option 3</li>
</ul>
ul {
margin:0 0 10px 0;
padding: 0;
[b]list-style: none;[/b]
}
ul li {
margin:5px 0;
}