Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

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

index.html /cody/atherosai/ui/vertical-tabs-01/index.html
467 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-01/script.js
204 Views
0 Comments

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


:root {
--white: #FFF;
--gray: #F3F3F3;
--gray-mid: #9D9D9D;
--gray-dark: #3e3e3e;
--gray-hover: #F7F7F7;