center li in ul css

34

.list-wrapper {
   text-align: -webkit-center;
}
.list-wrapper ul {
    display:block;
}   

Comments

Submit
0 Comments