Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

liste decoration css

/* type */
list-style: square;

/* image */
list-style: url('../img/shape.png');

/* position */
list-style: inside;

/* type | position */
list-style: georgian inside;

/* type | image | position */
list-style: lower-roman url('../img/shape.png') outside;

/* Keyword value */
list-style: none;

/* Global values */
list-style: inherit;
list-style: initial;
list-style: revert;
list-style: revert-layer;
list-style: unset;
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #liste #decoration #css
ADD COMMENT
Topic
Name
2+2 =