Answers for "why does the unordered list go to the center when I try to align items to center"

0

center unordered list html

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

Code answers related to "why does the unordered list go to the center when I try to align items to center"

Browse Popular Code Answers by Language