8 lines
78 B
CSS
8 lines
78 B
CSS
body {
|
|
background-color: #F8F9FA;
|
|
}
|
|
|
|
.card {
|
|
border-radius: 0.5rem;
|
|
}
|