ul li{ margin-left: 5px; } ul li:first-child{ margin-left: 0; } /* all li tags will margin from left 5px except for the first li */