-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBeauty.html
43 lines (39 loc) · 1.28 KB
/
Beauty.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Beauty Page</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" type="text/css" href="Beauty.css">
</head>
<body>
<div class="banner">
<div class="navbar">
<img src="images - Copy/logo.png" class="logo">
<ul>
<li><a href="home.html">HOME</a></li>
<li><a href="styleme.html">STYLE</a></li>
<li><a href="Beauty.html">BEAUTY</a></li>
<li><a href="index.html">URBAN-EDGE</a></li>
<li><a href="news.html">NEWS</a></li>
<li><a href="Entertainment.html">ENTERTAINMENT</a></li>
<li><a href="why_urban_edge.html">WHY URBAN EDGE?</a></li>
</ul>
</div>
</div>
<div class="container">
<div class="box featured-products">
<p>Featured Products</p>
</div>
<div class="box skincare-tips">
<p>Skincare Tips</p>
</div>
<div class="box makeup-tutorials">
<p>Makeup Tutorials</p>
</div>
<div class="box beauty-trends">
<p>Beauty Trends</p>
</div>
</div>
</body>
</html>