eee
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Cholita - Landing Page</title> <style> body { font-family: Arial, sans-serif; text-align: center; background-color: #f4f4f4; margin: 0; padding: 0; } .header { background-image: url("https://vercholitas.com/wp-content/uploads/2023/07/icono-header.png"); background-size: contain; background-repeat: no-repeat; background-position: center; height: 200px; } .profile-image { border-radius: 50%; width: 150px; height: 150px; ...