-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadd.html
More file actions
28 lines (28 loc) · 1.54 KB
/
add.html
File metadata and controls
28 lines (28 loc) · 1.54 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
<html>
<head>
<link rel="stylesheet" href="styles/style.css">
<script src="src/jquery-3.2.1.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
</head>
<body>
<button id="back" style="position: absolute; top: 0; right: 5%; margin-top: 7px;" class="back">Exit</button>
<center><h1 id="items_info">Item #1</h1></center>
<select class="form-control2" id="category">
<option value="jackets">Jackets</option>
<option value="tops_sweaters">Tops/Sweaters</option>
<option value="sweatshirts">Sweatshirts</option>
<option value="pants">Pants</option>
<option value="t-shirts">T-shirts</option>
<option value="hats">Hats</option>
<option value="bags">Bags</option>
<option value="accessories">Accessories</option>
<option value="skate">Skate</option>
</select>
<center><input type="text" class="form-control1" style="margin-right: 5%; float: right;" placeholder="Size" id="size" ></center>
<center><input type="text" class="form-control1" style="margin-left: 5%; float: left;" placeholder="Color" id="color" >
<input type="text" class="form-control1" style="margin-right: 5%; float: right;" placeholder="Extra color" id="extra_color" ></center>
<center><input type="text" class="form-control3"; placeholder="Keyword" id="keyword" ></center>
<center><button type="text" class="form-control4"; id="submit" >Add</button></center>
<script src="item.js"></script>
</body>
</html>