Remove label class
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<main class="container">
|
| 11 |
-
<label
|
| 12 |
<input id="file-upload" type="file" />
|
| 13 |
<img class="upload-icon" src="upload-icon.png" /> Upload image
|
| 14 |
</label>
|
|
|
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<main class="container">
|
| 11 |
+
<label>
|
| 12 |
<input id="file-upload" type="file" />
|
| 13 |
<img class="upload-icon" src="upload-icon.png" /> Upload image
|
| 14 |
</label>
|