Html Css Dropdown Menu Codepen -

/* main card / container to showcase menu */ .demo-container background: rgba(255,255,255,0.35); backdrop-filter: blur(3px); border-radius: 2.5rem; padding: 2.5rem 1.5rem; box-shadow: 0 20px 35px -12px rgba(0,0,0,0.2); width: 100%; max-width: 1200px; transition: all 0.2s;

/* each list item */ .nav-item position: relative; html css dropdown menu codepen

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>Elegant Dropdown Menu | Pure HTML/CSS</title> <style> /* ----- RESET & GLOBAL STYLES ----- */ * margin: 0; padding: 0; box-sizing: border-box; /* main card / container to showcase menu */