Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/atherosai/ui/dropdown-menu-01/

assets /cody/atherosai/ui/dropdown-menu-01/assets/
10 Items
  • help.svg
  • joe-doe-profile.png
  • logout.svg
  • message.svg
  • notification.svg
  • premium.svg
  • profile.svg
  • search.svg
  • index.html /cody/atherosai/ui/dropdown-menu-01/index.html
    434 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="utf-8">
    <title>Dropdown Menu 01</title>
    <link
    script.js /cody/atherosai/ui/dropdown-menu-01/script.js
    197 Views
    0 Comments

    const profile = document.querySelector('.profile');
    const dropdown = document.querySelector('.dropdown__wrapper');

    profile.add
    style.css /cody/atherosai/ui/dropdown-menu-01/style.css
    135 Views
    0 Comments


    :root {
    --primary: #625BFE;
    --text: #0F192D;
    --text-gray: #5A678C;
    --gray: #c0bcff;
    --error: #E3452F;