List Style Type

Set the marker style of a list.

Widely available

This feature is well established and works across many devices and browser versions.

Chrome
Edge
Firefox
Safari

lst-c
list-style-type: circle;
lst-d
list-style-type: disc;
lst-s
list-style-type: square;

Responsiveness

Use breakpoint prefixes to target different screen sizes. Styles apply from the breakpoint & up.

Target viewport sizes with breakpoint prefixes.

sm:lst-(value)
Small640px
md:lst-(value)
Medium768px
lg:lst-(value)
Large1024px
xxl:lst-(value)
Extra Large1536px

Hover State

Apply styles conditionally on hover using the h: prefix.

Add the h: prefix to apply styles only when the user hovers over the element.

Syntax:h:lst-(value)