WEBLEB
Startseite
Editor
Anmelden
Pro
Deutsch
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Ein Code von sofiane.blida09
423
sofiane.blida09
Im Editor öffnen
Veröffentlichen Sie Ihren Code
Empfohlen
12 July 2025
waschen und reinigen
3 July 2025
HTML-Dropdown-Menü-Codebeispiel
5 June 2025
Ein Code von khachamohammed620
HTML
Copy
CSS
Copy
/* Replace with your CSS Code (Leave empty if not needed) */ <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="stylesheet" href="/css/styles.css"/> <title>Webleb</title> </head> <body> <nav> <div class="logo" style="display: flex;align-items: center;"> <span style="color:#01939c; font-size:26px; font-weight:bold; letter-spacing: 1px;margin-left: 20px;">WEBLEB</span> </div> <div class="hamburger"> <div class="line1"></div> <div class="line2"></div> <div class="line3"></div> </div> <ul class="nav-links"> <li><a href="https://www.web-leb.com/code">Home</a></li> <li><a href="https://www.web-leb.com/code">Solutions</a></li> <li><a href="https://www.web-leb.com/code">Products</a></li> <li><a href="https://www.web-leb.com/code">Services</a></li> <li><a href="https://www.web-leb.com/code">Contact Us</a></li> <li><button class="login-button" href="https://www.web-leb.com/code">Login</button></li> </ul> </nav> <script src="/js/main.js"></script> </body> </html>
JS
Copy
/* Replace with your JS Code (Leave empty if not needed) */