Answers for "how to add line spacing to a list css"

CSS
0

css list line spacing

ul {
  line-height: 5px;
}
Posted by: Guest on June-08-2021

Code answers related to "how to add line spacing to a list css"

Browse Popular Code Answers by Language