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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
|
@font-face {
font-family: Poppins-Light ;
src: url(Poppins-Light.ttf);
}
@font-face {
font-family: Poppins-Medium;
src: url(Poppins-Medium.ttf);
}
*{
margin-left: 0px;
margin-bottom: 100px;
margin-top: 0px;
}
body{
background-color:#383836;
display: flex;
}
#navbar{
width: 2000px;
height: 100px;
background-color: #5bc703;
margin-top: 0px;
}
#logo{
height: 90px;
width: 90px;
margin-top: 50px;
margin-left: 20px;
}
#uploader-title{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
color: rgb(249, 250, 253);
margin-left: -1950px;
margin-top: 20px;
font-size: 50px;
padding-left: 0px;
}
.file-uploader{
height: 550px;
width: 800px;
margin-top: 30%;
margin-left: 15%;
background-color:#5bc703;
border-radius: 30px;
padding: 2px;
border: 4px dashed white;
}
.file-instruction{
color: rgb(232, 241, 241);
margin-left: 50px;
font-family: "Poppins-Light";
font-size: 15px;
font-weight: lighter;
margin-top: 100px;
}
.file-upload-box{
height: 200px;
width: 300px;
margin-left: 230px;
margin-top: 100px;
margin-right: 500px;
background-color:#5bc703;
border: 2px dashed rgb(209, 209, 209);
border-radius: 30px;
padding: 20px;
}
.uploadsec{
margin-left: 100px;
margin-top: 30%;
}
#uploadbtn{
font-size: 25px;
min-width: max-content;
padding: 5px 30px 5px 30px ;
margin-left: -30px;
margin-top: 100px;
background-color:#294F6A;
border-radius: 20px;
color: white;
border-color:#294F6A ;
cursor: pointer;
}
#fileInput{
padding: 5px 30px 5px 30px ;
font-size: 17px;
margin-left: -70px;
margin-top: 30px;
color: white;
}
#i2{
margin-top: 500px;
padding-right: 50px;
margin-left: 200px;
color: blueviolet;
}
#i3{
margin-top: 600px;
padding-right: 50px;
margin-left: 300px;
color: blueviolet;
}
#boxmain{
margin-left: 400px;
font-size: 50px;
margin-top: 100px;
color: aliceblue;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
text-shadow: 3px 3px 4px rgb(73, 50, 73);
}
#pdnd{
color: #475c5a;
margin-left: 90px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#footer{
margin-top: 500px;
}
#myDropzone{
background-color: #294F6A;
border: #294F6A;
color: white;
font-size: 20px;
font-family: Poppins-Light;
}
.info1{
height: 50px;
width: 700px;
background-color: #ffffff;
margin-top: -100px;
margin-bottom: 100px;
padding-bottom: 20px;
margin-left: -600px;
border-radius: 25px;
text-align: center;
justify-content: center; /* Aligns horizontally */
align-items: center;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
display: none;
color: #437718;
padding: 10px 10px 10px 10px;
}
.info1v{
height: 50px;
width: 700px;
background-color: #ffffff;
margin-top: -100px;
margin-bottom: 100px;
padding-bottom: 20px;
margin-left: -600px;
border-radius: 25px;
text-align: center;
justify-content: center; /* Aligns horizontally */
align-items: center;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
display: block;
border: 3px dashed #5bc703;
text-align: left;
padding: 10px 10px 10px 10px;
color: #437718;
}
.info2{
height: 50px;
width: 700px;
background-color: #ffffff;
margin-top: -100px;
margin-left: 150px;
border-radius: 25px;
text-align: center;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
display: flex;
justify-content: center;
align-items: center;
display: none;
color:#437718;
padding: 10px 10px 10px 10px;
}
.info2v{
height: 50px;
width: 700px;
background-color: #ffffff;
margin-top: -180px;
margin-left: 150px;
border-radius: 25px;
text-align: center;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
display: flex;
justify-content: center;
align-items: center;
display: block;
border: 3px dashed #5bc703;
text-align: left;
padding: 10px 10px 10px 10px;
color: #437718;
}
#footer{
height: 100px;
background-color: #5bc703;
margin-top: 20%;
text-align: center;
color: rgb(252, 250, 247);
padding: 40px 40px 40px 40px;
}
|