html - Aligning buttons and input form in mobile screen size - Bootstrap -
i have text input , 3 buttons:
<div class = "container" <input type="text" class = "form-control" placeholder="input here"> <button type="button" class="btn btn-default">button 1</button> <button type="button" class="btn btn-default">button 2</button> <button type="button" class="btn btn-default">button 3</button> </div>
i know use form-inline
not work smaller screen sizes. mobile screen size, how align buttons , input form on 1 line?
Comments
Post a Comment