Skip to content

Instantly share code, notes, and snippets.

@pena56
Created December 3, 2021 21:39
Show Gist options
  • Save pena56/2971482eedbafc3b9f6310d92106bee3 to your computer and use it in GitHub Desktop.
Save pena56/2971482eedbafc3b9f6310d92106bee3 to your computer and use it in GitHub Desktop.
.image-card {
display: inline-block;
margin: 1em 1em 1em;
width: 100%;
background-color: #1e1e1e;
border-radius: 20px;
}
img {
width: 100%;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
p {
padding: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment