Cards

HTML Class Value Description
small-card width: 160px;
height: 220px;
border: 2px solid black;
border-radius: 5px;
A small card
medium-card width: 220px;
height: 320px;
border: 2px solid black;
border-radius: 5px;
A medium card
large-card width: 270px;
height: 370px;
border: 2px solid black;
border-radius: 5px;
A large card
large-card width: auto;
height: auto;
border: 2px solid black;
border-radius: 5px;
A card with auto width and height