-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsmartcloset.html
More file actions
45 lines (38 loc) · 1.09 KB
/
smartcloset.html
File metadata and controls
45 lines (38 loc) · 1.09 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="otherpage.css">
<title> Scloset Website</title>
</head>
<body>
<p id="demo"></p>
<h1> <strong> <em> Closet </em> </strong> </h1>
<div class="dropdown">
<button onclick="myFunction()" class="dropbtn">Select</button>
<div id="myDropdown" class="dropdown-content">
<a href="#shirts">Shirts</a>
<a href="#shoes">Shoes</a>
<a href="#dresses">Dresses</a>
<a href="#pants">Pants</a>
<a href="#shorts">Shorts</a>
<a href="#skirts">Skirts</a>
</div>
</div>
<div class="dropdown">
<button onclick="myFun()" class="dropbtn">More</button>
<div id="myDropdown2" class="dropdown-content">
<a href="#red">Red</a>
<a href="#orange">Orange</a>
<a href="#yellow">Yellow</a>
<a href="#green">Green</a>
<a href="#blue">Blue</a>
<a href="#purple">Purple</a>
<a href="#pink">Pink</a>
<a href="#black">Black</a>
<a href="#blue">Blue</a>
<a href="#grey">Grey</a>
</div>
</div>
<script src="smartcloset.js"></script>
</body>
</html>