Nearby lessons
45 of 61📜 Tailwind CSS - List Style (Type, Position & Image)
📖 Overview
List style utilities control the marker type, position, and images for list items.
📜 List Style Type
Control the bullet or numbering style of a list:
list-nonelist-disc(bullets)list-decimal(numbers)- Arbitrary:
list-['→']
📍 List Style Position
Control the position of the list marker relative to the list item content:
list-insidelist-outside(default)
🖼️ List Style Image
Use a custom image for the list marker:
list-image-none- Arbitrary:
list-image-[url('/path/to/image.png')]
🧠 Test Your Knowledge
3 QuestionsProgress: 0 / 3
Keep Going!Tailwind CSS - Text