CSS animation provides a way to create smooth and complex visual effects without needing to rely on JavaScript.
You can learn to create and show the cards on the webpage using CSS3. A complete guide is given here.
@keyframe is the CSS property to use to animate the object on the HTML page. Creating a loader using CSS keyframe property is pretty interesting.
Create a list of items using HTML and styling them with CSS. You can add items as per your needs and add CSS styles to match your design.