Zomato2 HTML
Zomato2 HTML
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your Zomato-like Website</title>
<!-- Add Bootstrap CSS -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet">
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 0;
padding: 0;
background-color: #f8f9fa;
}
header {
background-color: #343a40;
color: #fff;
padding: 20px 0;
text-align: center;
}
section {
padding: 20px;
}
.restaurant {
border: 1px solid #ddd;
border-radius: 8px;
margin-bottom: 20px;
padding: 20px;
background-color: #fff;
}
footer {
background-color: #343a40;
color: #fff;
text-align: center;
padding: 10px;
position: fixed;
bottom: 0;
width: 100%;
}
</style>
</head>
<body>
<header>
<h1>Your Zomato-like Website</h1>
</header>
<section class="conta