-
Notifications
You must be signed in to change notification settings - Fork 0
/
dressp1.html
51 lines (44 loc) · 1.86 KB
/
dressp1.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
<!DOCTYPE>
<html>
<head>
<link rel="stylesheet" type="text/css" href="dpage1.css" />
<link rel="stylesheet" type="text/css" href="homestyle.css" />
<title>STYLE</title>
</head>
<body>
<div id="page">
<div class="topNaviagationLink"><a href="home.html">Home</a></div>
<div class="topNaviagationLink"><a href="home.html">dresses</a></div>
<div class="topNaviagationLink"><a href="home.html">jewellery</a></div>
<div class="topNaviagationLink"><a href="home.html">hairstyles</a></div>
<div class="topNaviagationLink"><a href="home.html">nail art</a></div>
</div>
<div id="mainPicture" >
<div class="picture" >
<div id="headerTitle">Enjoy the fashion</div>
<!-- <div id="headerSubtext">Enjoy the fashion</div> -->
<br></br><br></br><br></br><br></br><br></br><br></br><br></br>
<div class="topNaviagationLink"><a href="login.html">log in</a></div>
<div class="topNaviagationLink"><a href="SignUp.html">register</a></div>
</div>
</div>
<div class="contentBox">
<div class="innerBox">
<div class="contentTitle">Category:</div>
<div class="wrapper row2 bgded" style="background-image:url('images/demo/backgrounds/1.png');">
<div >
<div id="intro" >
<article>
<h3>dresses</h3>
<ul>
<li><div class="Naviagation"><a href="http://www.google.com">KURTI</a></div></li>
<li><div class="Naviagation"><a href="http://www.google.com">TEES</a></div></li>
<li><div class="Naviagation"><a href="http://www.google.com">JEANS</a></div></li>
<li><div class="Naviagation"><a href="http://www.google.com">OUTFIT</a></div></li>
</ul>
</article><br></br>
</div>
</div>
<div id="footer">mail [email protected]</div>
</body>
</html>