Answers for "how to make all li elements in single line"

21

how to bring li to same line

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

Code answers related to "how to make all li elements in single line"

Browse Popular Code Answers by Language