Skip to content

Instantly share code, notes, and snippets.

@amateusz
Last active April 17, 2017 11:11
Show Gist options
  • Save amateusz/00486f73a35482bab0ba20ae6b99c823 to your computer and use it in GitHub Desktop.
Save amateusz/00486f73a35482bab0ba20ae6b99c823 to your computer and use it in GitHub Desktop.
<div class="col-lg-6 col-sm-6 col-12">
<div class="input-group">
<label class="input-group-btn">
<span class="btn btn-primary">
Wybierz&hellip; <input type="file" name="file" style="display: none;">
</span>
</label>
<input type="text" class="form-control" readonly>
</div>
<div class="col-lg-offset-3">
<div class="input-group">
<span class="input-group">
<input type="submit" value="prześlij" class="btn btn-primary" style="display: none, inline;">
</span>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment