8 lines
65 B
CSS
8 lines
65 B
CSS
body {
|
|
background: #f8f9fa;
|
|
}
|
|
|
|
.card {
|
|
border-radius: 8px;
|
|
}
|