Answers for "upload imge button bootstrap"

2

add image to boot strap button

<button class="btn btn-default">
     <img src="http://i.stack.imgur.com/e2S63.png" width="20" /> Sign In with Facebook
</button>
Posted by: Guest on August-28-2020
0

bootstrap 4 image uploader form

<div class="custom-file">
  <input type="file" class="custom-file-input" id="customFileLang" lang="es">
  <label class="custom-file-label" for="customFileLang">Seleccionar Archivo</label>
</div>
Posted by: Guest on January-12-2021

Browse Popular Code Answers by Language