markdown List Without Bullets
12 Jul 2022css
Add below code to your CSS file:
ul {
list-style-type: none;
padding: 0;
margin: 0;
}
css
Add below code to your CSS file:
ul {
list-style-type: none;
padding: 0;
margin: 0;
}