Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

reset list html css

ul.reset,
ul.reset li,
ul.reset ul li {
   margin:0;
   padding: 0;
   text-indent: 0;
   list-style-type: none;
}
 
PREVIOUS NEXT
Tagged: #reset #list #html #css
ADD COMMENT
Topic
Name
7+3 =