Is it possible to create multiple justified columns with a fixed number of columns for each list item using HTML/CSS? For example:
- John 41 Singer
- Ringo 45 Drummer
Could this layout be achieved by defining an "li" class in CSS specifically for list items?