take away dots from li code example
Example 1: list remove bullets
ul {
list-style-type: none;
}
Example 2: remove li dots
ul {
list-style-type: none;
}
ul {
list-style-type: none;
}
ul {
list-style-type: none;
}