Material Design Cards 2014 Models
The card container is the only required element in a card. All other elements shown here are optional. Card layouts can vary to support the types of content they contain.
Material Design Card #1
"Card container", "primary title", "supporting text", "divider" and "action/link".
Material Design (codenamed Quantum Paper) is a design language that Google developed in 2014. The main purpose of material design is creation of new visual language that combines principles of good design with technical and scientific innovation.
Expanding on the "card" motifs that debuted in Google Now, Material Design uses more grid-based layouts, responsive animations and transitions, padding, and depth effects such as lighting and shadows.
Google states that their new design language is based on paper and ink but implementation takes place in an advanced manner. The canonical implementation of Material Design for web application user interfaces is called Polymer.
Material Design Card #2
"Card container", "rich media", "primary title", "supporting text", "divider" and "action/link".
Material Design Card #3
"Card container", "rich media", "primary title", "supporting text", "divider" and "action/link".
MDC Card
Cards contain rich media, primary title, supporting text, and actions. Cards contain content and links about a single subject.
Card-Based Layout
Cards are composed of different content blocks, which are typically laid out vertically.
Card Elements
MDC Card does provide styles for two common card elements: rich media (images or video) and actions.
Material-UI
A card is a flexible and extensible content container. Material design cards with demos and code snippets.
--
Ref:
https://getmdl.io/components/#cards-section
https://materializecss.com/cards.html
HTML/CSS (Material Design Card #1)
Material Design (codenamed Quantum Paper) is a design language that Google developed in 2014. The main purpose of material design is creation of new visual language that combines principles of good design with technical and scientific innovation.
HTML/CSS (Material Design Card #2)
HTML/CSS (Material Design Card #3)
MDC Card
Cards contain rich media, primary title, supporting text, and actions. Cards contain content and links about a single subject.