Answers for "how to display list inline"

21

list items inline

ul{
overflow:hidden;
}
li{
display:inline-block;
}
Posted by: Guest on August-11-2020

Browse Popular Code Answers by Language