get rid of bullet points on li items code example
Example 1: how to remove bullet point from li
list-style-type: none;
Example 2: how to get rid of bullet points in css
ul {
list-style: none;
}
list-style-type: none;
ul {
list-style: none;
}