/* Dashed list items */ section ul li { list-style-type: none; } section ul li:before { content: "—"; margin-left: -20px; position: absolute; }