Answers for "bootstrap ul no bullets"

1

remove ul decoration

ul {
  list-style-type: none;
}
Posted by: Guest on January-07-2021
8

bootstrap ul no style

<ul class="list-unstyled">
   <li>...</li>
</ul>
Posted by: Guest on March-28-2020

Browse Popular Code Answers by Language