Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/atherosai/ui/drag-and-drop-01/

assets /cody/atherosai/ui/drag-and-drop-01/assets/
9 Items
  • alex.jpg
  • github.svg
  • instagram.svg
  • james.jpg
  • liliya.jpg
  • linkedin.svg
  • melissa.jpg
  • profile.jpg
  • index.html /cody/atherosai/ui/drag-and-drop-01/index.html
    440 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <title>Drag & drop</title>
    <link rel=
    script.js /cody/atherosai/ui/drag-and-drop-01/script.js
    182 Views
    0 Comments
    const dragAndDropItems = document.getElementById(
    'team-members'
    );

    new Sortable(dragAndDropItems, {
    animation: 350,

    style.css /cody/atherosai/ui/drag-and-drop-01/style.css
    127 Views
    0 Comments


    :root {
    --primary: #0969DA;
    --background: #EDEEF7;
    --gray: #EDEEF7;
    --white: #FCFCFC;
    --navbar-height: 60p