portfolio/app/globals.css

24 lines
474 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
.input {
@apply bg-slate-800 rounded-sm m-3
}
.inputEroor {
@apply border border-red-500 bg-slate-800 rounded-sm m-3
}
.card-title{
@apply text-left text-lg pb-2
}
.card-body{
@apply text-gray-400
}
.title{
@apply text-3xl pb-20
}
.projects-grid{
@apply p-12 border-b border-gray-700 max-sm:p-5
}
}