Skip to content

Instantly share code, notes, and snippets.

@devotdev
Created April 29, 2025 11:26
Show Gist options
  • Save devotdev/f3a7fb8590ad88f156fc6c007dc5ff06 to your computer and use it in GitHub Desktop.
Save devotdev/f3a7fb8590ad88f156fc6c007dc5ff06 to your computer and use it in GitHub Desktop.
.card {
@apply bg-white shadow-lg rounded-lg overflow-hidden;
img {
@apply w-full h-48 object-cover;
}
.card-content {
@apply p-4;
h2 { @apply text-xl font-semibold text-gray-800; }
p { @apply mt-2 text-gray-600; }
button {
@apply mt-4 bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment