HTML CSS how to get a bulleted list centered in a div code example Example: center unordered list html ul { display: table; margin: 0 auto; }