<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="7; url='http://tetonkitchen.com'" />
<style>
* {
box-sizing: border-box;
}
.menu {
float: left;
width: 20%;
}
.menuitem {
padding: 8px;
margin-top: 7px;
border-bottom: 1px solid #f1f1f1;
}
.main {
float: left;
width: 60%;
padding: 0 20px;
overflow: hidden;
}
.right {
background-color: lightblue;
float: left;
width: 20%;
padding: 10px 15px;
margin-top: 7px;
}
@media only screen and (max-width:800px) {
/* For tablets: */
.main {
width: 80%;
padding: 0;
}
.right {
width: 100%;
}
}
@media only screen and (max-width:500px) {
/* For mobile phones: */
.menu, .main, .right {
width: 100%;
}
}
</style>
</head>
<body style="font-family:Verdana;";>
<div style="overflow:auto">
<div class="main">
<h2>Valintine day special</h2>
at Teton Kitchen original.
$60<br>
Miso soup or Tom yam soup ( chk, pork , beef ) for each.<br>
Asian mixed salad for each.<br>
Our 10th year anniversary special raptor roll.<br>
One more entree choice for each lover.<br>
<p.<br>
Sushi will be R1 to R29,<br>
pad thai,<br>
thai fried rice,<br>
yaki udon,<br>
yaki soba,<br>
Pad kee mong,<br>
red curry,<br>
green curry,<br>
singapore noodle,<br>
pan saute ginger sauce or pan saute garlic sauce.<br>
Chicken pork or beef<br>
Seafood plus $4.<br>
<p>Thanks </p>
</div>
</div>
</body>
</html>