Card UI Generator

Create beautiful card components with customizable styles

Background

24px
12px

Shadow

0px
4px
12px
0px
0.1

Border

0px

Live Preview

Card Title

This is a sample card component with customizable styles. You can adjust all properties in the panel.

Generated CSS

.card {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  
}