Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632990 Views

Latest files of /cody/atherosai/ui/carousel-01

style.css cody/atherosai/ui/carousel-01/style.css
135 Views
0 Comments


:root {
--background: #261E5A;
}

html {
scroll-behavior: smooth;
index.html cody/atherosai/ui/carousel-01/index.html
337 Views
0 Comments

<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="UTF-8">
<title>Cards</title>
<meta
name="viewport"
script.js cody/atherosai/ui/carousel-01/script.js
204 Views
0 Comments


const slider = document.querySelector('.container');
let isDown = false;
let startX;
let scrollLeft;

slider.addEventListener('mousedown', (e) => {