1d2bb35
c0dd6b8
920212d
c0dd6b8
1112c3f
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
table {
color: rgb(107, 114, 128);
}
.card {
max-width: 620px;
margin: 0 auto;
padding: 16px;
border: 1px solid lightgray;
border-radius: 16px;
}
.card p:last-child {
margin-bottom: 0;
}
|