Answers for "how to center li in ol"

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