0% found this document useful (0 votes)
0 views5 pages

Document

The document is an HTML webpage for a menu titled 'menumaster menu' featuring various food and drink options categorized into breakfast, lunch, dinner, drinks, snacks, Chinese, soups, tea, rice items, coffee, and desserts. It includes styling for layout and appearance, such as background images and text alignment. The menu items are presented in dropdown selections with corresponding prices.

Uploaded by

odevgirikar05
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
0 views5 pages

Document

The document is an HTML webpage for a menu titled 'menumaster menu' featuring various food and drink options categorized into breakfast, lunch, dinner, drinks, snacks, Chinese, soups, tea, rice items, coffee, and desserts. It includes styling for layout and appearance, such as background images and text alignment. The menu items are presented in dropdown selections with corresponding prices.

Uploaded by

odevgirikar05
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

<!

DOCTYPE html>

<html lang=”en”>

<head>

<meta charset=”UTF-8” />

<meta name=”viewport” content=”width=device-width, initial-scale=1.0” />

<title>menu</title>

<style>

Body{

Background-image: url(“f1.jpg”);

Background-repeat: no-repeat;

Background-position: center;

Background-size: cover;

Height: 645px;

.container{

Display: flex;

Flex-direction: column;

Text-align: center;

Justify-content: space-around;

.menu{

Display: flex;

Justify-content: space-around;

Align-items: center;

Border: solid 4px red;

Height: 100px;

Border-radius: 20px;
Background-color:burlywood;

Position: relative;

Top: 80px;

Select{

Background-color:rgb(42, 200, 97);

Border-radius: 10px;

Height: 40px;

Option{

Color:black;

H1{

Color:antiquewhite;

</style>

</head>

<body>

<div class=”container”>

<h1 style=”text-align: center;”> <marquee behavior=”” direction=””>welcome to menumaster


menu</marquee></h1>

<h1 style=”text-align: center;”><marquee behavior=”” direction=””>what would you like to have


today</marquee></h1>

<div class=”menu”>

<select name=”” id=””>

<option value=”break fast”>break fast</option>

<option value=””>upma(20)</option>

<option value=””>poha(20)</option>

<option value=””>misal pav(50)</option>

<option value=””>dosa(40)</option>

<option value=””>idle(30)</option>
<option value=””>vada sambhar(30)</option>

<option value=””>sheera(20)</option>

</select>

<br />

<select name=”” id=””>

<option value=””>launch</option>

<option value=””>bhaji poli(50)</option>

<option value=””>pulao(60)</option>

<option value=””>thalipeeth(30)</option>

<option value=””>bharli vangi(40)</option>

<option value=””>pav bhaji(50)</option>

</select>

<br />

<select name=”” id=””>

<option value=”dinner”>dinner</option>

<option value=””>paneer tekka(120)</option>

<option value=””>kofta(150)</option>

<option value=””>laju curry(160)</option>

</select>

<br />

<select name=”drinks” id=””>

<option value=”drinks”>juices</option>

<option value=””>mango juice(40)</option>

<option value=””>orange juice(30)</option>

<option value=””>soda(20)</option>

<option value=””>pineapple juice(30)</option>

</select>

<br />

<select name=”” id=””>

<option value=””>snacks</option>

<option value=””>sev(20)</option>
<option value=””>bhel(30)</option>

<option value=””>samosa(15)</option>

<option value=””>vada pav(15)</option>

</select>

<br />

<select name=”” id=””>

<option value=””>chinese</option>

<option value=””>veg manchurian(90)</option>

</select>

<br />

<select name=”” id=””>

<option value=””>soups</option>

<option value=””>tomato soup(40)</option>

<option value=””>manchurian soup(60)</option>

</select>

<br />

<select name=”” id=””>

<option value=””>tea</option>

<option value=””>green tea(20)</option>

<option value=””>sugar less tea(20)</option>

<option value=””>black tea(20)</option>

</select>

<br />

<select name=”” id=””>

<option value=””>rice items</option>

<option value=””>pulao(60)</option>

<option value=””>steam rich(50)</option>

</select>

<br />

<select name=”” id=””>


<option value=””>coffee</option>

<option value=””>cold coffee(30)</option>

<option value=””>espresso(40)</option>

<option value=””>hot coffee(20)</option>

</select>

<br />

<select name=”” id=””>

<option value=””>desserts</option>

<option value=””>ice cream(50)</option>

<option value=””>gulab jamun(30)</option>

<option value=””>rasgulla(40)</option>

</select>

<br />

</div>

</div>

</body>

</html>

You might also like