-
Notifications
You must be signed in to change notification settings - Fork 2
/
work_cookingfever.html
64 lines (60 loc) · 1.43 KB
/
work_cookingfever.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!Doctype>
<html>
<head>
<style>
.Back_ground
{
position: relative;
top: 0;
left: 0;
}
.ColaDispencer
{
position: absolute;
top: 280px;
left: 260px;
}
.Cola_order_1
{
position: absolute;
top: 400px;
left: 265px;
}
.BurgerWithPatty
{
position: absolute;
top: 620px;
left: 900px;
}
.Patty1
{
position: absolute;
top: 730px;
left: 1260px;
}
.Burgerbread
{
position: absolute;
top: 600px;
left: 660px;
}
.Bunchbread
{
position: absolute;
top: 765px;
left: 845px;
}
</style>
</head>
<body>
<div style="position: relative; left: 0; top: 0;">
<img src="C:\Users\Riddhi_Pandit\Desktop\Back_ground.jpg" class="Back_ground"/>
<img src="C:\Users\Riddhi_Pandit\Desktop\Game_design\ColaDispencer.png" class="ColaDispencer"/>
<img src="C:\Users\Riddhi_Pandit\Desktop\Game_design\Cola_order_1.png" class="Cola_order_1"/>
<img src="C:\Users\Riddhi_Pandit\Desktop\Game_design\BurgerWithPatty.png" class="BurgerWithPatty"/>
<img src="C:\Users\Riddhi_Pandit\Desktop\Game_design\Patty1.png" class="Patty1"/>
<img src="C:\Users\Riddhi_Pandit\Desktop\Game_design\Burgerbread.png"class="Burgerbread"/>
<img src="C:\Users\Riddhi_Pandit\Desktop\Game_design\Bunchbread.png"class="Bunchbread"/>
</div>
</body>
</html>