Skip to content

Instantly share code, notes, and snippets.

View joy-dey's full-sized avatar
😶‍🌫️
Working on Something Exciting

Joy Dey joy-dey

😶‍🌫️
Working on Something Exciting
View GitHub Profile
@joy-dey
joy-dey / file.css
Created June 9, 2025 13:29
Mansory Layout with CSS Columns
.container {
width: 100%;
column-width: 210px;
gap: 1rem;
}
img {
width: 100%;
object-fit: cover;
margin-bottom: 0.5rem;
@joy-dey
joy-dey / Slider.jsx
Created April 10, 2025 16:30
React Coverflow Slider
"use client";
import React from "react";
import { Swiper, SwiperSlide } from "swiper/react";
import "swiper/css";
import "swiper/css/effect-coverflow";
import "swiper/css/pagination";
import { EffectCoverflow, Pagination } from "swiper/modules";
const movies = [