Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/atherosai/ui/vertical-tabs-02/

assets /cody/atherosai/ui/vertical-tabs-02/assets/
6 Items
  • brain.png
  • engineer.png
  • idea.png
  • product.png
  • release.png
  • ui.png
  • index.html /cody/atherosai/ui/vertical-tabs-02/index.html
    461 Views
    0 Comments

    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <title>Vertical Tabs</title>
    <meta n
    script.js /cody/atherosai/ui/vertical-tabs-02/script.js
    213 Views
    0 Comments

    const allLinks = document.querySelectorAll(".tabs a");
    const allTabs = document.querySelectorAll(".tab-content")
    const tabConte
    style.css /cody/atherosai/ui/vertical-tabs-02/style.css
    135 Views
    0 Comments


    :root {
    --white: #FFF;
    --primary: #645DFF;
    --secondary: #2A2649;
    --secondary-light: #777777;
    --body-backgr