Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

633006 Views

Latest files of /cody/atherosai/ui/table-03

assets/ cody/atherosai/ui/table-03/assets/
11 Items
  • alex.jpg
  • anna.jpg
  • laura.jpg
  • profile.jpg
  • eddie.jpg
  • drew.jpg
  • liliya.jpg
  • melissa.jpg
  • dist/ cody/atherosai/ui/table-03/dist/
    1 Items
  • purify.min.js
  • style.css cody/atherosai/ui/table-03/style.css
    107 Views
    0 Comments

    :root {
    --background: #EBECF0;
    --table-background: #FFFFFF;
    --primary: #101824;
    --gray: #A0A7B1;
    --odd-row: #f6f9ff;
    --gray-background: #EDEEF1;
    index.html cody/atherosai/ui/table-03/index.html
    316 Views
    0 Comments

    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <title>Transactions Table</title>
    <meta
    name="viewport"
    script.js cody/atherosai/ui/table-03/script.js
    188 Views
    0 Comments
    const transactions = [
    {
    src: 'assets/profile.jpg',
    name: 'James Alexander',
    alias: '@james',
    amount: '$1,000',
    email: 'james@example.com',
    status: 'completed',