Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/atherosai/ui/tabs-03/

assets /cody/atherosai/ui/tabs-03/assets/
4 Items
  • folder.svg
  • image.svg
  • profile-woman.jpg
  • profile.jpg
  • dist /cody/atherosai/ui/tabs-03/dist/
    1 Items
  • purify.min.js
  • index.html /cody/atherosai/ui/tabs-03/index.html
    428 Views
    0 Comments

    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <title>Tabs</title>
    <meta name="view
    script.js /cody/atherosai/ui/tabs-03/script.js
    208 Views
    0 Comments

    const allLinks = document.querySelectorAll(".tabs a");
    const allTabs = document.querySelectorAll(".tab-content");

    allLinks.for
    style.css /cody/atherosai/ui/tabs-03/style.css
    119 Views
    0 Comments

    body {
    font-family: 'Poppins';
    background-color: #dfdfdf;
    display: flex;
    justify-content: center;
    align-ite