Edit in JSFiddle

body{
            background: #f5f5f5;
            font-family: arial;
        }
        #wrap {
            text-align: center;
            margin: 0 auto;
            padding: 20px 0;
        }
        .list01 li {
            margin-bottom: 0.7em;
            cursor: pointer;
            list-style: none;
        }
<div id="wrap">
<ul class="list01">
    <li>List 01</li>
    <li>List 02</li>
    <li>List 03</li>
    <li>List 04</li>
    <li>List 05</li>
    <li>List 06</li>
</ul>
</div>