Answers for "remove bullets from ul bootstrap"

1

remove ul decoration

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

how to remove list dots in li bootstrap

<ul class="list-unstyled">
   <li>...</li>
</ul>
Posted by: Guest on September-08-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language