-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathold.html
More file actions
32 lines (31 loc) · 1.24 KB
/
old.html
File metadata and controls
32 lines (31 loc) · 1.24 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
29
30
31
32
<!-- <div class="upload-box-container">
<div class="upload-icon-container">
<span class="material-symbols-outlined">
upload
</span>
<style>
.material-symbols-outlined {
font-variation-settings:
'FILL' 0,
'wght' 400,
'GRAD' 0,
'opsz' 48
}
</style>
</div>
<div class="upload-text-container">UPLOAD</div>
</div> -->
<!-- div.upload-box-container {
height: 40%;
width: 70%;
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
align-items: center;
flex-wrap: wrap;
border: 2px solid;
border-radius: 6px;
/* border-color: #dddddd; */
color: --text-color;
} -->