#212121
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 #e8e8e8; 12 background-color: #212121; 13 padding: 1.5rem; 14 border-radius: 10px; 15 box-shadow: 0px 48px 35px -48px #e8e8e8; 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: #e8e8e8; 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: #e8e8e8; 38} 39 40.custum-file-upload input { 41 display: none; 42}
1.6K views
Variation of aform
1.6K views
Variation of aform
Comments
1Yaya12085 31. August at 10:42
31. August at 10:42
Nice
MIT License