1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+
4
+ < head >
5
+ < meta charset ="UTF-8 ">
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
+ < title > File Upload Form</ title >
8
+ < link rel ="stylesheet " href ="style.css ">
9
+ </ head >
10
+
11
+ < body >
12
+ < div class ="container ">
13
+ < div class ="header ">
14
+ < svg viewBox ="0 0 24 24 " fill ="none " xmlns ="http://www.w3.org/2000/svg ">
15
+ < g id ="SVGRepo_bgCarrier " stroke-width ="0 "> </ g >
16
+ < g id ="SVGRepo_tracerCarrier " stroke-linecap ="round " stroke-linejoin ="round "> </ g >
17
+ < g id ="SVGRepo_iconCarrier ">
18
+ < path
19
+ d ="M7 10V9C7 6.23858 9.23858 4 12 4C14.7614 4 17 6.23858 17 9V10C19.2091 10 21 11.7909 21 14C21 15.4806 20.1956 16.8084 19 17.5M7 10C4.79086 10 3 11.7909 3 14C3 15.4806 3.8044 16.8084 5 17.5M7 10C7.43285 10 7.84965 10.0688 8.24006 10.1959M12 12V21M12 12L15 15M12 12L9 15 "
20
+ stroke ="#000000 " stroke-width ="1.5 " stroke-linecap ="round " stroke-linejoin ="round "> </ path >
21
+ </ g >
22
+ </ svg >
23
+ < p > Browse File to upload!</ p >
24
+ </ div >
25
+ < label for ="file " class ="footer ">
26
+ < svg fill ="#000000 " viewBox ="0 0 32 32 " xmlns ="http://www.w3.org/2000/svg ">
27
+ < g id ="SVGRepo_bgCarrier " stroke-width ="0 "> </ g >
28
+ < g id ="SVGRepo_tracerCarrier " stroke-linecap ="round " stroke-linejoin ="round "> </ g >
29
+ < g id ="SVGRepo_iconCarrier ">
30
+ < path d ="M15.331 6H8.5v20h15V14.154h-8.169z "> </ path >
31
+ < path d ="M18.153 6h-.009v5.342H23.5v-.002z "> </ path >
32
+ </ g >
33
+ </ svg >
34
+ < p > Not selected file</ p >
35
+ < svg viewBox ="0 0 24 24 " fill ="none " xmlns ="http://www.w3.org/2000/svg ">
36
+ < g id ="SVGRepo_bgCarrier " stroke-width ="0 "> </ g >
37
+ < g id ="SVGRepo_tracerCarrier " stroke-linecap ="round " stroke-linejoin ="round "> </ g >
38
+ < g id ="SVGRepo_iconCarrier ">
39
+ < path
40
+ d ="M5.16565 10.1534C5.07629 8.99181 5.99473 8 7.15975 8H16.8402C18.0053 8 18.9237 8.9918 18.8344 10.1534L18.142 19.1534C18.0619 20.1954 17.193 21 16.1479 21H7.85206C6.80699 21 5.93811 20.1954 5.85795 19.1534L5.16565 10.1534Z "
41
+ stroke ="#000000 " stroke-width ="2 "> </ path >
42
+ < path d ="M19.5 5H4.5 " stroke ="#000000 " stroke-width ="2 " stroke-linecap ="round "> </ path >
43
+ < path d ="M10 3C10 2.44772 10.4477 2 11 2H13C13.5523 2 14 2.44772 14 3V5H10V3Z " stroke ="#000000 "
44
+ stroke-width ="2 "> </ path >
45
+ </ g >
46
+ </ svg >
47
+ </ label >
48
+ < input id ="file " type ="file ">
49
+ </ div >
50
+ </ body >
51
+
52
+ </ html >
0 commit comments