-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdresses.html
67 lines (53 loc) · 2.07 KB
/
dresses.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="apps.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<!--Main Content of the page -->
<div class="header">
<h1>Virtual Closet</h1>
<h3>By Flavia Medici-Byrd</h3>
</div>
<button onclick="goBack()">Go Back</button>
<div class="container">
<div class="row">
<div class="col-sm-4">
<h3></h3>
<p><img src="images\dresses\dress1.jpg" alt="dress1" width="104" height="142"/></p>
</div>
<div class="col-sm-4">
<h3></h3>
<p><img src="images\dresses\dress2.jpg" alt="dress2" width="104" height="142"/></p>
</div>
<div class="col-sm-4">
<h3></h3>
<p><img src="images\dresses\dress3.jpg" alt="dress3" width="104" height="142"/></p>
</div>
<div class="col-sm-4">
<h3></h3>
<p><img src="images\dresses\dress4.jpg" alt="dress4" width="104" height="142"/></p>
</div>
<div class="col-sm-4">
<h3></h3>
<p><img src="images\dresses\dress5.jpg" alt="dress5" width="104" height="142"/></p>
</div>
<div class="col-sm-4">
<h3></h3>
<p><img src="images\dresses\dress6.jpg" alt="dress6" width="104" height="142"/></p>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>