bullet point not staying with text css code example
Example 1: html list bullets not centered
ul {
text-align: center;
list-style-position: inside;
}
Example 2: how to move an unordered list to the left
#menu ul, #menu li {
margin: 0; padding: 0;
}