Answers for "how to increase line spacing in html for list items"

CSS
0

css list line spacing

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

Code answers related to "how to increase line spacing in html for list items"

Browse Popular Code Answers by Language