Answers for "how to remove the list decoration in css"

CSS
1

remove ul decoration

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

Code answers related to "how to remove the list decoration in css"

Browse Popular Code Answers by Language