-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtopmenu.html
29 lines (26 loc) · 1.5 KB
/
topmenu.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
<!DOCTYPE html>
<html lang="en">
<title>start page</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=Lato">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif}
.w3-bar,h1,button {font-family: "Montserrat", sans-serif}
.fa-anchor,.fa-coffee {font-size:200px}
</style>
<body>
<!-- Navbar -->
<main class="w3-top">
<main class="w3-bar w3-teal w3-card w3-left-align w3-large">
<a class="w3-bar-item w3-button w3-hide-medium w3-hide-large w3-right w3-padding-large w3-hover-white w3-large w3-teal" href="javascript:void(0);" onclick="myFunction()" title="Toggle Navigation Menu"><i class="fa fa-bars"></i></a>
<a href="startpharma.html" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Home</a>
<a href="explore.php" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Explore</a>
<a href="welcome.php" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">About</a>
<a href="categorypharma.php" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Category</a>
</main>
</main>
</body>