Mei Lycan

Generation

css from descriptionSat, 01 Apr 2023

Diseñar una landing page con temática de helados con menu de navegación con inicio, servicios y contacto. Luego un slider con distintas imagenes y un boton blanco en el medio.

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <link rel="stylesheet" href="style.css"> </head> <body> <div class="container"> <header> <img src="https://media.istockphoto.com/vectors/ice-cream-logo-template-vector-id912894570?k=6&m=912894570&s=612x612&w=0&h=y7C9q3O8WfNhQa69ykJNlmjvY8hzwE1rLHJxxrT9Tv8=" alt="logo"> <nav> <ul> <li><a href="#">Inicio</a></li> <li><a href="#">Servicios</a></

Want to kickstart your project?Use the new AI Studio to create your code