Answers for "lists horizontal css"

CSS
10

css list elements horizontally

ul li{
  	display: inline-block;
}
Posted by: Guest on May-02-2021

Browse Popular Code Answers by Language