Spaces:
Build error
Build error
File size: 464 Bytes
05355ae |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<form class="md-form">
<div class="file-field">
<div class="z-depth-1-half mb-4">
<img src="https://mdbootstrap.com/img/Photos/Others/placeholder.jpg" class="img-fluid"
alt="example placeholder">
</div>
<div class="d-flex justify-content-center">
<div class="btn btn-mdb-color btn-rounded float-left">
<span>Choose file</span>
<input type="file">
</div>
</div>
</div>
</form>
|