-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVanita_3.html
More file actions
58 lines (58 loc) · 1.7 KB
/
Vanita_3.html
File metadata and controls
58 lines (58 loc) · 1.7 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<title>Vanita's Makeover</title>
<link rel="stylesheet" href="Vanita.css" />
</head>
<body>
<header id="header1">
<div>
<img src="assets/VMlogo.png" height="200px" width="200px" />
<h1 id="vm">Vanita's Makeover</h1>
</div>
</header>
<nav>
<div class="container">
<nav>
<ul class="bar">
<li><a href="Vanita.html">Home</a></li>
<li class="has-dropdown">
<a href="About.html">About</a>
</li>
<li class="has-dropdown">
<a href="Contact.html">Contact</a>
</li>
<li><a href="Vanita_2.html">Courses</a></li>
</ul>
</nav>
</div>
</nav>
<div>
<main>
<div class="main-box32">
<div class="main-box2">
<h3 class="h32vanita2">Packages</h3>
<a href="Makeup.html">
<button id="btn32" class="button">Makeup Services</button>
</a>
<a href="Beauty.html">
<button id="btn32" class="button">Beauty Services</button>
</a>
<a href="Hairstyle.html">
<button id="btn32" class="button">Hairstyle Services</button>
</a>
<a href="Nailpolish.html">
<button id="btn32" class="button">Nailpolish Services</button>
</a>
</div>
</div>
</main>
<footer class="footer">
<a href="#" class="footbtn">FAQ</a>
<a href="#" class="footbtn">Contact</a>
<a href="#" class="footbtn">Terms Of Use</a>
<a href="#" class="footbtn">𝕔</a>
</footer>
</div>
</body>
</html>