Answers for "how to align ol in center"

CSS
0

css ol align center

ol{
    text-align: center;
    list-style-position: inside;
}
Posted by: Guest on February-15-2021

Browse Popular Code Answers by Language