-
Notifications
You must be signed in to change notification settings - Fork 0
/
Createinventory.html
159 lines (119 loc) · 3.66 KB
/
Createinventory.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE html>
<html>
<body style="background-color:rgb(135, 189, 131);">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Create New Inventory Item</title>
<style>
h1 {text-align: center;}
h2 {text-align: right;}
h3 {text-align: left;}
p {text-align: center;}
div {text-align: center;}
id {text-align: left;}
h4 {text-align: left;}
#e {
font-family: sans-serif;
font-size: 37px;
padding: 100px 150px;
}
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
.topnav {
overflow: hidden;
background-color: #F7F7F7;
}
.topnav a {
float: right;
color: #000000;
text-align: center;
padding: 23px 21px;
text-decoration: none;
font-size: 19px;
font-family: sans-serif;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color: #045faa;
color: white;
}
.topnav-right {
float: right;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
padding: 20px;
}
table, th, td {
border:1px solid black;
border-collapse: collapse;
border-style: solid;
border-width: medium;
}
table.center {
margin-left: auto;
margin-right: auto;
}
td {
height: 30px;
width: 10px;
text-align: center;
}
table td {
height: 45px;
width: 70px;
}
#id {
font-family: Calibri;
text-align: left;
font-size: 26px;
}
div.relative {
position: relative;
left: 60px;
}
body {
font-family: 'Lato', sans-serif;
}
@media screen and (max-height: 450px) {
.overlay a {font-size: 20px}
.overlay .closebtn {
font-size: 40px;
top: 15px;
right: 35px;
}
}
h4 {
font-weight: normal;
}
</style>
</head>
<div class="topnav">
<p><a href="Home Page.html" style="vertical-align:left;margin:-50px 1400px"><img src="logo.PNG" width="70" height="50" style="vertical-align:left"></a>
<p href="white.html" style="vertical-align:left;margin:-73px 400px"><img src="logo.PNG" width="70" height="50" style="vertical-align:left"></a>
</div>
</body>
<body>
<p style="font-size:45px; vertical-align: center">Create new inventory item</p>
<body>
<form action="/action_page.php">
<h3 style="font-size:25px; vertical-align: left; margin: 0px 170px"><label for="fname">Item name</label><br></h3>
<h3 style="margin: 10px 170px"><input type="text" id="fname" name="fname" value="" size="50" style="height: 30px;font-size: 20px" ><br></h3>
<h3 style="font-size:25px; vertical-align: left; margin: 20px 170px"><label for="fname">Item price</label><br></h3>
<h3 style="margin: -15px 170px"><input type="text" id="fname" name="fname" value="" size="50" style="height: 30px;font-size: 20px" ><br></h3>
<h3 style="font-size:25px; vertical-align: left; margin: 35px 170px"><label for="fname">Item quantity</label><br></h3>
<h3 style="margin: -30px 170px"><input type="text" id="fname" name="fname" value="" size="50" style="height: 30px;font-size: 20px" ><br></h3>
<h3 style="font-size:25px; vertical-align: left; margin: 50px 170px"><label for="fname">Description of item</label><br></h3>
<h3 style="margin: -45px 170px"><input type="text" id="fname" name="fname" value="" size="50" style="height: 30px;font-size: 20px" ><br></h3>
<h1 class="sign-up-button" style="vertical-align: right; margin: -160px 1000px"><input type="submit" value="Sign Up" style="background-color: black; color: white; width: 180px; height: 58px; border-radius: 40px; font-size: 25px; font-weight: bold">
</form>
</body>
</body>
</html>