Answers for "remove ul default style"

6

disable bullets in ul

ul{
	list-style: none;
}
Posted by: Guest on May-07-2020
1

remove ul decoration

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

Code answers related to "TypeScript"

Browse Popular Code Answers by Language