15 lines
141 B
CSS
15 lines
141 B
CSS
#cardBox {
|
|
text-align: center;
|
|
}
|
|
|
|
#btnBox {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#btnBox a{
|
|
width: 100%;
|
|
}
|
|
|
|
.card {
|
|
margin-bottom: 10px;
|
|
} |