WEBLEB
होम
संपादक
लॉग इन करें
Pro
हिंदी
English
Français
Español
Português
Deutsch
Italiano
हिंदी
नीला नेवबार
1385
Anes_unk
संपादक में खोलें
अपना कोड प्रकाशित करें
अनुशंसित
10 March 2025
प्रीमियम रिस्पॉन्सिव नेवबार
20 May 2024
उत्तरदायी_नेवबार
HTML
Copy
Anes Navbar
Home
Products
About
Contact Us
CSS
Copy
body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; overflow-x: hidden; background-color: #0A1128; } nav { background: linear-gradient(135deg, #000, #0A1128); padding: 30px; display: flex; justify-content: center; align-items: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5); position: relative; z-index: 1000; } nav ul { list-style: none; display: flex; gap: 40px; margin: 0; } nav ul li a { color: white; text-decoration: none; padding: 20px 40px; transition: background-color 0.3s ease, transform 0.3s ease; border-radius: 10px; font-weight: bold; font-size: 20px; } nav ul li a:hover { background-color: #130c73; transform: scale(1.1); }
JS
Copy
/* Replace with your JS Code (Leave empty if not needed) */