Manoj PDF
Manoj PDF
RESTUARANT FORM
<!DOCTYPE html>
<html>
<head>
<title>restaurnent</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Amatic+SC">
<style>
body, html {height: 100%}
body,h1,h2,h3,h4,h5,h6 {font-family: "Amatic SC", sans-serif}
.menu {display: none}
.bgimg {
background-repeat: no-repeat;
background-size: cover;
background-image: url("pizza-3007395__480.jpg");
min-height: 130%;
min-width:100%;
}
</style>
</head>
<body>
ADWF
<a href="#myMap" class="w3-bar-item w3-button">CONTACT</a>
</div>
</div>
ADWF
<div id="Pizza" class="w3-container menu w3-padding-32 w3-white">
<h1><b>Margherita</b> <span class="w3-right w3-tag w3-dark-grey w3-round">250 rs </span></h1>
<p class="w3-text-grey">Fresh tomatoes, fresh mozzarella, fresh basil</p>
<hr>
</div>
</div>
<div class="w3-row">
<div class="w3-col s6">
<p>Mon & Tue CLOSED</p>
ADWF
<p>Wednesday 10.00 - 24.00</p>
<p>Thursday 10:00 - 24:00</p>
</div>
<div class="w3-col s6">
<p>Friday 10:00 - 12:00</p>
<p>Saturday 10:00 - 23:00</p>
<p>Sunday Closed</p>
</div>
</div>
</div>
</div>
<script>
// Tabbed Menu
function openMenu(evt, menuName) {
var i, x, tablinks;
x = document.getElementsByClassName("menu");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablink");
for (i = 0; i < x.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" w3-red", "");
}
document.getElementById(menuName).style.display = "block";
evt.currentTarget.firstElementChild.className += " w3-red";
}
document.getElementById("myLink").click();
</script>
</body>
</html>
ADWF
OUTPUT
ADWF
ADWF
ADWF