The Grid control and any other controls added to it as part of your design can be styled with CSS.
Below are a few examples of useful CSS code snippets that you can use in your application.
Cards can be created by styling a <div> tag with CSS. In Stadium that means styling a Container control. Below is one example of a basic card that contains an image and a label.
The following code snippet is for a Container control (<div> tag), placed inside a Grid to create the card display: