Answers for "horizontal align unordered list"

CSS
11

css align ul li horizontal

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

center unordered list html

ul {
  display: table;
  margin: 0 auto;
}
Posted by: Guest on December-11-2020

Browse Popular Code Answers by Language