finished homepage skeleton

This commit is contained in:
Lea 2025-02-12 10:21:41 +01:00
parent bbbf0a9473
commit f5ae0e358c
3 changed files with 20 additions and 11 deletions

View file

@ -1 +1,10 @@
@import "tailwindcss";
.btn-primary {
@apply px-4 py-2 cursor-pointer relative font-bold rounded-lg transition-all duration-300 ease-out transform-gpu hover:scale-105 will-change-transform bg-gradient-to-r from-emerald-500 to-emerald-400 text-black hover:shadow-xl hover:shadow-emerald-500/20
}
.btn-secondary {
@apply px-4 py-2 cursor-pointer relative font-bold rounded-lg transition-all duration-300 ease-out transform-gpu hover:scale-105 will-change-transform bg-white/10 text-white hover:bg-white/20
}