cody - HTMLify profile

cody
4270 Files
633160 Views
Latest files of /cody/atherosai/ui/vertical-tabs-02
:root {
--white: #FFF;
--primary: #645DFF;
--secondary: #2A2649;
--secondary-light: #777777;
--body-background: #efeefa;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Vertical Tabs</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
const allLinks = document.querySelectorAll(".tabs a");
const allTabs = document.querySelectorAll(".tab-content")
const tabContentWrapper = document.querySelector(".tab-content-wrapper");
const shiftTabs = (linkId) => {
allTabs.forEach((tab, i) => {