Home About
New snippet 13/by Issame Tariq
  • Preview size
    Default Moto G4 Galaxy S5 Pixel 2 Pixel 2 XL iPhone 5/SE iPhone 6/7/8 iPhone 6/7/8 Plus iPhone X iPad iPad Pro Surface Duo Galaxy Fold
  • Settings
  • Change view
    standard view icon Standard view side view icon Side view project view icon Side-tab view Full screen view icon Full screen
  • HTML
  • CSS
  • JS
 <form class="md-form">    <div class="file-field">        <a class="btn-floating peach-gradient mt-0 float-left">            <i class="fa fa-paperclip" aria-hidden="true"></i>            <input type="file">        </a>        <div class="file-path-wrapper">           <input class="file-path validate" type="text" placeholder="Upload your file">        </div>    </div></form><form class="md-form">    <div class="file-field">        <a class="btn-floating blue-gradient mt-0 float-left">            <i class="fa fa-heart-o" aria-hidden="true"></i>            <input type="file">        </a>        <div class="file-path-wrapper">            <input class="file-path validate" type="text" placeholder="Upload your file">        </div>    </div></form><form class="md-form">    <div class="file-field">        <a class="btn-floating purple-gradient mt-0 float-left">            <i class="fa fa-cloud-upload" aria-hidden="true"></i>            <input type="file">        </a>        <div class="file-path-wrapper">           <input class="file-path validate" type="text" placeholder="Upload your file">        </div>    </div></form>
 
 
Console errors: 0
Support