Bootstrap Lists Interview
1Primary component for styled lists?
Answer:
.list-group.2List item class?
Answer:
.list-group-item.3How to make flush list group?
Answer: Add
.list-group-flush.4How to make horizontal list group?
Answer: Use
.list-group-horizontal (and breakpoint variants).5How to mark active list item?
Answer: Use
.active.