#e8e8e8
1.custum-file-upload { 2 height: 200px; 3 width: 300px; 4 display: flex; 5 flex-direction: column; 6 align-items: space-between; 7 gap: 20px; 8 cursor: pointer; 9 align-items: center; 10 justify-content: center; 11 border: 2px dashed #cacaca; 12 background-color: rgba(255, 255, 255, 1); 13 padding: 1.5rem; 14 border-radius: 10px; 15 box-shadow: 0px 48px 35px -48px rgba(0,0,0,0.1); 16} 17 18.custum-file-upload .icon { 19 display: flex; 20 align-items: center; 21 justify-content: center; 22} 23 24.custum-file-upload .icon svg { 25 height: 80px; 26 fill: rgba(75, 85, 99, 1); 27} 28 29.custum-file-upload .text { 30 display: flex; 31 align-items: center; 32 justify-content: center; 33} 34 35.custum-file-upload .text span { 36 font-weight: 400; 37 color: rgba(75, 85, 99, 1); 38} 39 40.custum-file-upload input { 41 display: none; 42}
5.2K views
5.2K views
Comments
Variations
1 MIT License