-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtourism.html
More file actions
44 lines (35 loc) · 1.37 KB
/
Copy pathtourism.html
File metadata and controls
44 lines (35 loc) · 1.37 KB
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
<!DOCTYPE html>
<html>
<head>
<title> Home </title>
<link rel="stylesheet" href="mainstyle.css"/>
</head>
<body>
<div class="menu">
<div class="menu-item"> <a href="index.html" class="button">Home</a> </div>
<div class="menu-item">
Categories
<div class="dropdown">
<div class="dropdown-item"><a href="food.html" class="button">Food</a></div>
<div class="dropdown-item"><a href="tourism.html" class="button">Tourism</a></div>
<div class="dropdown-item"><a href="moviesnmusic.html" class="button">Movies and Music</a></div>
</div>
</div>
<div class="menu-item"><a href="aboutus.html" class="button">About Us</a></div>
</div>
<div class="intro-para">
<p1> Do remember to adhere to COVID-19 rules and regulations. <br />
Please go to <a href="https://www.moh.gov.sg/covid-19" target="_blank">moh.gov.sg</a> for the latest updates.
</p1>
</div>
<div class="img-container">
<div class="img-outer">
<div class="img-text-details">
<h1> Singapore is a beautiful place to explore!</h1>
</div>
</div>
</div>
<p1 style=" position: absolute; top:800px; font-weight: bolder; color:Red;left:45%;
font-size: 24px;"> To be continued</p1>
</body>
</html>