Answers for "how to align list items horizontally in css sample"

CSS
11

css list elements horizontally

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

Code answers related to "how to align list items horizontally in css sample"

Browse Popular Code Answers by Language