Answers for "how we can align unordered list horizontally in html"

0

center unordered list html

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

Code answers related to "how we can align unordered list horizontally in html"

Browse Popular Code Answers by Language