I often use 'List' views in my apps - for example for showing employees in an HR app:

The only problem is that, as standard, list views do not have a border around each record and this can make them look untidy - and I also like the data to be centred. The following CSS will achieve this:
.kn-list-item-container {
border: 2px solid #e9e9e9;
text-align: center;
}
thank you - believe me any insights will be greatly appreciated. I did comment on the post directly as well https://www.onlinedatabase.expert/post/creating-dashboard-cards-in-knack. Thank you for your posts - exceptionally useful.