Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

633078 Views

Latest files of /cody/atherosai/ui/scrolling-02

assets/ cody/atherosai/ui/scrolling-02/assets/
5 Items
  • chf.png
  • usa.png
  • eu.png
  • uk.png
  • cz.png
  • index_socials.html cody/atherosai/ui/scrolling-02/index_socials.html
    312 Views
    0 Comments

    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <title>Finance Bank Accounts</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" type="text/css" href="style.css">
    style.css cody/atherosai/ui/scrolling-02/style.css
    117 Views
    0 Comments


    @import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

    :root {
    --accent: #9fe870;
    --accent-hover: #80e142;
    --accent-active: #65cf21;
    index.html cody/atherosai/ui/scrolling-02/index.html
    382 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <title>Finance Bank Accounts</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" type="text/css" href="style.css">
    </head>
    script.js cody/atherosai/ui/scrolling-02/script.js
    188 Views
    0 Comments

    const bankAccounts = document.getElementById('bank-accounts');

    let isDown = false;
    let startX;
    let startY;
    let scrollLeft;
    let scrollTop;