mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-04-18 23:41:17 -04:00
11 lines
141 B
CSS
11 lines
141 B
CSS
.card {
|
|
display: flex;
|
|
flex-direction: column;
|
|
background: gray;
|
|
padding: 1em;
|
|
}
|
|
|
|
.card-img img {
|
|
width: 250px;
|
|
height: 250px;
|
|
}
|