Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css remove list indent

ul { /** works with ol too **/
    list-style: none; /** removes bullet points/numbering **/
    padding-left: 0px; /** removes actual indentation **/
}
 
PREVIOUS NEXT
Tagged: #css #remove #list #indent
ADD COMMENT
Topic
Name
4+8 =