<style type="text/css"> ul { text-align: center; } li { text-align: center; } </style> </head> <body> <div id="centrarlista"><ul>Tu lista <li>Uno</li> <li>Dos</li></ul> </div> </body>