7 lines
72 B
CSS
7 lines
72 B
CSS
|
#cardBox {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.card {
|
||
|
margin-bottom: 10px;
|
||
|
}
|