CSS Card Generator
Design card components with CSS output.
Card Title
This is a sample card component with customizable styles.
.card {
background-color: #ffffff;
color: #111827;
border-radius: 12px;
padding: 24px;
border: 1px solid #e5e7eb;
box-shadow: 0px 4px 12px #00000015;
max-width: 360px;
}