D2 / test_components.html
Anshul3878's picture
Upload 40 files
05355ae verified
raw
history blame contribute delete
464 Bytes
<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>