WEBLEB
Início
Editor
Entrar
Pro
Português
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Um Código por sofiane.blida09
426
sofiane.blida09
Abrir no Editor
Publique Seu Código
Recomendado
27 April 2025
Um Código de Metehan
2 January 2025
Um código por cloudcodes
14 September 2024
Carrossel de Portfólio com Deslizadores Sincronizados
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) */