WEBLEB
Inicio
Editora de código
Iniciar sesión
Pro
Español
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Un código de sofiane.blida09
234
sofiane.blida09
Abrir en el editor
Publica tu código
Recomendado
22 August 2024
Una página de inicio de sesión sencilla
24 February 2024
Caja de color
9 September 2024
Botón de borrar animado
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) */