Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

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

assets /cody/atherosai/ui/scrolling-02/assets/
5 Items
  • chf.png
  • cz.png
  • eu.png
  • uk.png
  • usa.png
  • index.html /cody/atherosai/ui/scrolling-02/index.html
    487 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <title>Finance Bank Accounts</title>

    index_socials.html /cody/atherosai/ui/scrolling-02/index_socials.html
    380 Views
    0 Comments

    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <title>Finance Bank Accounts</title>

    script.js /cody/atherosai/ui/scrolling-02/script.js
    217 Views
    0 Comments

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

    let isDown = false;
    let startX;
    let startY;
    let scrollLeft;
    let
    style.css /cody/atherosai/ui/scrolling-02/style.css
    150 Views
    0 Comments


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

    :root {
    --accent: #9fe870;
    --accent-hover