unstyled list code example
Example: how to make my list unstyled
/*All you have to do is to ive them the list-unstyled class like so:*/
<ul class="list-unstyled">
<li>Neville</li>
<li>Hermione</li>
<li>Harry Potter</li>
<li>Dumbledore</li>
</ul>