Answers for "center a ul li"

CSS
0

css ul to center

ul {
  justify-content: center;
  display: flex;
}
Posted by: Guest on October-26-2020

Browse Popular Code Answers by Language