Skip to content

Instantly share code, notes, and snippets.

View Yelle-stack's full-sized avatar
🏠
Working from home

Jelena Zeko Yelle-stack

🏠
Working from home
View GitHub Profile
import { motion } from "framer-motion";
export default function ProjectCard() {
return (
<div className="flex justify-center items-center p-10 bg-gray-50">
<motion.div
whileHover={{ y: -6 }}
transition={{ duration: 0.2 }}
className="w-80 bg-white rounded-2xl shadow-md overflow-hidden group"
>