odin-codespace/memory-game/mg-frontend/src/styles/card.css
2024-07-17 22:23:47 -04:00

11 lines
141 B
CSS

.card {
display: flex;
flex-direction: column;
background: gray;
padding: 1em;
}
.card-img img {
width: 250px;
height: 250px;
}