Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

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

index.html /cody/atherosai/ui/carousel-01/index.html
438 Views
0 Comments

<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="UTF-8">
<title>Cards</title>
<meta

script.js /cody/atherosai/ui/carousel-01/script.js
241 Views
0 Comments


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

slider.addEventListener(
style.css /cody/atherosai/ui/carousel-01/style.css
170 Views
0 Comments


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

html {
scroll-behavior: smooth;