/* Either center the list directly or center the parent element */ ul { text-align: center; } /* OR */ div .list { text-align: center; }